Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c50 EVP_CIPHER *cipher_ctr; member
568 if (ctr->cipher_ctr == NULL) { in drbg_ctr_init()
572 ctr->keylen = keylen = EVP_CIPHER_get_key_length(ctr->cipher_ctr); in drbg_ctr_init()
585 ctr->cipher_ctr, NULL, NULL, NULL, 1)) { in drbg_ctr_init()
657 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_free()
686 if (ctr->cipher_ctr == NULL in drbg_ctr_get_ctx_params()
688 EVP_CIPHER_get0_name(ctr->cipher_ctr))) in drbg_ctr_get_ctx_params()
768 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_set_ctx_params_locked()
774 ctr->cipher_ctr = evp_cipher_fetch_from_prov(prov, base, NULL); in drbg_ctr_set_ctx_params_locked()
775 if (ctr->cipher_ctr == NULL) { in drbg_ctr_set_ctx_params_locked()
[all …]