Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c46 EVP_CIPHER *cipher_ctr; member
562 if (ctr->cipher_ctr == NULL) { in drbg_ctr_init()
566 ctr->keylen = keylen = EVP_CIPHER_get_key_length(ctr->cipher_ctr); in drbg_ctr_init()
579 ctr->cipher_ctr, NULL, NULL, NULL, 1)) { in drbg_ctr_init()
651 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_free()
680 if (ctr->cipher_ctr == NULL in drbg_ctr_get_ctx_params()
682 EVP_CIPHER_get0_name(ctr->cipher_ctr))) in drbg_ctr_get_ctx_params()
747 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_set_ctx_params_locked()
748 ctr->cipher_ctr = EVP_CIPHER_fetch(libctx, base, propquery); in drbg_ctr_set_ctx_params_locked()
751 if (ctr->cipher_ctr == NULL || ctr->cipher_ecb == NULL) { in drbg_ctr_set_ctx_params_locked()

Completed in 7 milliseconds