Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c53 if (ctx->ecb_ctx == NULL && (ctx->ecb_ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_siv_initkey()
101 EVP_CIPHER_CTX_free(ctx->ecb_ctx); in aes_gcm_siv_initkey()
103 ctx->ecb_ctx = NULL; in aes_gcm_siv_initkey()
297 EVP_CIPHER_CTX_free(ctx->ecb_ctx); in aes_gcm_siv_clean_ctx()
298 ctx->ecb_ctx = NULL; in aes_gcm_siv_clean_ctx()
306 dst->ecb_ctx = NULL; in aes_gcm_siv_dup_ctx()
307 if (src->ecb_ctx != NULL) { in aes_gcm_siv_dup_ctx()
308 if ((dst->ecb_ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_siv_dup_ctx()
310 if (!EVP_CIPHER_CTX_copy(dst->ecb_ctx, src->ecb_ctx)) in aes_gcm_siv_dup_ctx()
316 EVP_CIPHER_CTX_free(dst->ecb_ctx); in aes_gcm_siv_dup_ctx()
[all …]
H A Dcipher_aes_gcm_siv.h34 EVP_CIPHER_CTX *ecb_ctx; member
H A Dcipher_aes_gcm_siv.c72 ret->ecb_ctx = NULL; in ossl_aes_gcm_siv_dupctx()

Completed in 11 milliseconds