Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_ctr.c43 EVP_CIPHER *cipher_ecb; member
546 ctr->cipher_ecb, NULL, NULL, NULL, 1) in drbg_ctr_init()
573 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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