Home
last modified time | relevance | path

Searched refs:cipher_ecb (Results 1 – 1 of 1) sorted by relevance

/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c45 EVP_CIPHER *cipher_ecb; member
577 ctr->cipher_ecb, NULL, NULL, NULL, 1) in drbg_ctr_init()
604 ctr->cipher_ecb, NULL, df_key, NULL, 1)) { in drbg_ctr_init()
650 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_free()
746 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_set_ctx_params_locked()
749 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params_locked()
751 if (ctr->cipher_ctr == NULL || ctr->cipher_ecb == NULL) { in drbg_ctr_set_ctx_params_locked()

Completed in 8 milliseconds