Searched refs:ctx_df (Results 1 – 1 of 1) sorted by relevance
43 EVP_CIPHER_CTX *ctx_df; member109 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len) in ctr_BCC_block()566 if (ctr->ctx_df == NULL) in drbg_ctr_init()567 ctr->ctx_df = EVP_CIPHER_CTX_new(); in drbg_ctr_init()568 if (ctr->ctx_df == NULL) { in drbg_ctr_init()573 if (!EVP_CipherInit_ex(ctr->ctx_df, in drbg_ctr_init()619 EVP_CIPHER_CTX_free(ctr->ctx_df); in drbg_ctr_free()
Completed in 5 milliseconds