Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/rand/
H A Ddrbg_ctr.c419 ctr->cipher_ecb = EVP_aes_128_ecb(); in drbg_ctr_init()
424 ctr->cipher_ecb = EVP_aes_192_ecb(); in drbg_ctr_init()
429 ctr->cipher_ecb = EVP_aes_256_ecb(); in drbg_ctr_init()
443 ctr->cipher_ecb, NULL, NULL, NULL, 1) in drbg_ctr_init()
467 ctr->cipher_ecb, NULL, df_key, NULL, 1)) in drbg_ctr_init()
H A Drand_local.h144 const EVP_CIPHER *cipher_ecb; member