crypto_register_provider
if (crypto_register_provider(&aes_prov_info, &aes_prov_handle)) {
if (crypto_register_provider(&rc4_prov_info, &rc4_prov_handle)) {
if (crypto_register_provider(&blowfish_prov_info,
if ((ret = crypto_register_provider(&dca_prov_info1,
if ((ret = crypto_register_provider(&dca_prov_info2,
if ((ret = crypto_register_provider(&dprov_prov_info,
if (crypto_register_provider(&ecc_prov_info, &ecc_prov_handle)) {
if (crypto_register_provider(&md4_prov_info, &md4_prov_handle)) {
(void) crypto_register_provider(&md5_prov_info, &md5_prov_handle);
if (crypto_register_provider(&rsa_prov_info, &rsa_prov_handle)) {
(void) crypto_register_provider(&sha1_prov_info, &sha1_prov_handle);
(void) crypto_register_provider(&sha2_prov_info, &sha2_prov_handle);
(void) crypto_register_provider(&skein_prov_info, &skein_prov_handle);
if (crypto_register_provider(&swrand_prov_info, &swrand_prov_handle)) {
rv = crypto_register_provider(&viorand_prov_info, &state->vio_handle);
(void) crypto_register_provider(&des_prov_info, &des_prov_handle);
ret = crypto_register_provider(&tpmrng_prov_info, &tpm->n_prov);
extern int crypto_register_provider(crypto_provider_info_t *,
ret = crypto_register_provider(&n2rng_prov_info,