Searched refs:ctx_df (Results 1 – 1 of 1) sorted by relevance
44 EVP_CIPHER_CTX *ctx_df; member110 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len) in ctr_BCC_block()596 if (ctr->ctx_df == NULL) in drbg_ctr_init()597 ctr->ctx_df = EVP_CIPHER_CTX_new(); in drbg_ctr_init()598 if (ctr->ctx_df == NULL) { in drbg_ctr_init()603 if (!EVP_CipherInit_ex(ctr->ctx_df, in drbg_ctr_init()649 EVP_CIPHER_CTX_free(ctr->ctx_df); in drbg_ctr_free()
Completed in 7 milliseconds