Searched refs:cipher_ctr (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 44 EVP_CIPHER *cipher_ctr; member 531 if (ctr->cipher_ctr == NULL) { in drbg_ctr_init() 535 ctr->keylen = keylen = EVP_CIPHER_get_key_length(ctr->cipher_ctr); in drbg_ctr_init() 548 ctr->cipher_ctr, NULL, NULL, NULL, 1)) { in drbg_ctr_init() 621 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_free() 640 if (ctr->cipher_ctr == NULL in drbg_ctr_get_ctx_params() 642 EVP_CIPHER_get0_name(ctr->cipher_ctr))) in drbg_ctr_get_ctx_params() 703 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_set_ctx_params() 704 ctr->cipher_ctr = EVP_CIPHER_fetch(libctx, base, 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 D | drbg_ctr.c | 420 ctr->cipher_ctr = EVP_aes_128_ctr(); in drbg_ctr_init() 425 ctr->cipher_ctr = EVP_aes_192_ctr(); in drbg_ctr_init() 430 ctr->cipher_ctr = EVP_aes_256_ctr(); in drbg_ctr_init() 445 ctr->cipher_ctr, NULL, NULL, NULL, 1)) in drbg_ctr_init()
|
| H A D | rand_local.h | 145 const EVP_CIPHER *cipher_ctr; member
|