Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c50 EVP_CIPHER *cipher_ctr; member
566 if (ctr->cipher_ctr == NULL) { in drbg_ctr_init()
570 ctr->keylen = keylen = EVP_CIPHER_get_key_length(ctr->cipher_ctr); in drbg_ctr_init()
583 ctr->cipher_ctr, NULL, NULL, NULL, 1)) { in drbg_ctr_init()
655 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_free()
684 if (ctr->cipher_ctr == NULL in drbg_ctr_get_ctx_params()
686 EVP_CIPHER_get0_name(ctr->cipher_ctr))) in drbg_ctr_get_ctx_params()
769 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_set_ctx_params_locked()
775 ctr->cipher_ctr = evp_cipher_fetch_from_prov(prov, base, NULL); in drbg_ctr_set_ctx_params_locked()
776 if (ctr->cipher_ctr == NULL) { in drbg_ctr_set_ctx_params_locked()
[all …]