Searched refs:cipher_ecb (Results 1 – 1 of 1) sorted by relevance
/openssl-master/providers/implementations/rands/ |
A D | drbg_ctr.c | 44 EVP_CIPHER *cipher_ecb; member 547 ctr->cipher_ecb, NULL, NULL, NULL, 1) in drbg_ctr_init() 574 ctr->cipher_ecb, NULL, df_key, NULL, 1)) { in drbg_ctr_init() 620 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_free() 702 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_set_ctx_params() 705 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params() 707 if (ctr->cipher_ctr == NULL || ctr->cipher_ecb == NULL) { in drbg_ctr_set_ctx_params()
|
Completed in 5 milliseconds