Searched refs:cipher_ecb (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 49 EVP_CIPHER *cipher_ecb; member 581 ctr->cipher_ecb, NULL, NULL, NULL, 1) in drbg_ctr_init() 608 ctr->cipher_ecb, NULL, df_key, NULL, 1)) { in drbg_ctr_init() 654 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_free() 768 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_set_ctx_params_locked() 783 ctr->cipher_ecb = evp_cipher_fetch_from_prov(prov, ecb, NULL); in drbg_ctr_set_ctx_params_locked() 784 if (ctr->cipher_ecb == NULL) { in drbg_ctr_set_ctx_params_locked() 786 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params_locked() 791 if (ctr->cipher_ctr == NULL || ctr->cipher_ecb == NULL) { in drbg_ctr_set_ctx_params_locked()
|