Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c43 EVP_CIPHER_CTX *ctx_ctr; member
302 || !EVP_CipherInit_ex(ctr->ctx_ctr, NULL, NULL, ctr->K, NULL, -1)) in ctr_update()
423 if (!EVP_CipherInit_ex(ctr->ctx_ctr, in drbg_ctr_generate()
449 if (!EVP_CipherUpdate(ctr->ctx_ctr, out, &outl, out, buflen) in drbg_ctr_generate()
569 if (ctr->ctx_ctr == NULL) in drbg_ctr_init()
570 ctr->ctx_ctr = EVP_CIPHER_CTX_new(); in drbg_ctr_init()
571 if (ctr->ctx_ecb == NULL || ctr->ctx_ctr == NULL) { in drbg_ctr_init()
578 || !EVP_CipherInit_ex(ctr->ctx_ctr, in drbg_ctr_init()
613 EVP_CIPHER_CTX_free(ctr->ctx_ctr); in drbg_ctr_init()
614 ctr->ctx_ecb = ctr->ctx_ctr = NULL; in drbg_ctr_init()
[all …]

Completed in 10 milliseconds