Searched refs:cipher_ecb (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 49 EVP_CIPHER *cipher_ecb; member 583 ctr->cipher_ecb, NULL, NULL, NULL, 1) in drbg_ctr_init() 610 ctr->cipher_ecb, NULL, df_key, NULL, 1)) { in drbg_ctr_init() 656 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_free() 767 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_set_ctx_params_locked() 782 ctr->cipher_ecb = evp_cipher_fetch_from_prov(prov, ecb, NULL); in drbg_ctr_set_ctx_params_locked() 783 if (ctr->cipher_ecb == NULL) { in drbg_ctr_set_ctx_params_locked() 785 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params_locked() 790 if (ctr->cipher_ctr == NULL || ctr->cipher_ecb == NULL) { in drbg_ctr_set_ctx_params_locked()
|