Searched refs:ctx_df (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
| H A D | drbg_ctr.c | 73 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len) in ctr_BCC_block() 396 EVP_CIPHER_CTX_free(drbg->data.ctr.ctx_df); in drbg_ctr_uninstantiate() 461 if (ctr->ctx_df == NULL) in drbg_ctr_init() 462 ctr->ctx_df = EVP_CIPHER_CTX_new(); in drbg_ctr_init() 463 if (ctr->ctx_df == NULL) in drbg_ctr_init() 466 if (!EVP_CipherInit_ex(ctr->ctx_df, in drbg_ctr_init()
|
| H A D | rand_local.h | 143 EVP_CIPHER_CTX *ctx_df; member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 42 EVP_CIPHER_CTX *ctx_df; member 108 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len) in ctr_BCC_block() 565 if (ctr->ctx_df == NULL) in drbg_ctr_init() 566 ctr->ctx_df = EVP_CIPHER_CTX_new(); in drbg_ctr_init() 567 if (ctr->ctx_df == NULL) { in drbg_ctr_init() 572 if (!EVP_CipherInit_ex(ctr->ctx_df, in drbg_ctr_init() 619 EVP_CIPHER_CTX_free(ctr->ctx_df); in drbg_ctr_free()
|