Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c49 EVP_CIPHER *cipher_ecb; member
581 ctr->cipher_ecb, NULL, NULL, NULL, 1) in drbg_ctr_init()
620 ctr->cipher_ecb, NULL, df_key, NULL, 1)) { in drbg_ctr_init()
666 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_free()
771 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_set_ctx_params_locked()
774 ctr->cipher_ecb = NULL; in drbg_ctr_set_ctx_params_locked()
780 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params_locked()
782 if (ctr->cipher_ctr == NULL || ctr->cipher_ecb == NULL) { in drbg_ctr_set_ctx_params_locked()