Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/modes/
Dsiv128.c97 mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init); in siv128_do_s2v_p()
178 EVP_MAC_CTX_free(ctx->mac_ctx_init); in ossl_siv128_init()
182 ctx->mac_ctx_init = NULL; in ossl_siv128_init()
197 || (ctx->mac_ctx_init = EVP_MAC_CTX_new(ctx->mac)) == NULL in ossl_siv128_init()
198 || !EVP_MAC_CTX_set_params(ctx->mac_ctx_init, params) in ossl_siv128_init()
200 || (mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init)) == NULL in ossl_siv128_init()
205 EVP_MAC_CTX_free(ctx->mac_ctx_init); in ossl_siv128_init()
231 EVP_MAC_CTX_free(dest->mac_ctx_init); in ossl_siv128_copy_ctx()
232 dest->mac_ctx_init = EVP_MAC_CTX_dup(src->mac_ctx_init); in ossl_siv128_copy_ctx()
233 if (dest->mac_ctx_init == NULL) in ossl_siv128_copy_ctx()
[all …]
/third_party/openssl/crypto/modes/
Dsiv128.c97 mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init); in siv128_do_s2v_p()
178 EVP_MAC_CTX_free(ctx->mac_ctx_init); in ossl_siv128_init()
182 ctx->mac_ctx_init = NULL; in ossl_siv128_init()
197 || (ctx->mac_ctx_init = EVP_MAC_CTX_new(ctx->mac)) == NULL in ossl_siv128_init()
198 || !EVP_MAC_CTX_set_params(ctx->mac_ctx_init, params) in ossl_siv128_init()
200 || (mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init)) == NULL in ossl_siv128_init()
205 EVP_MAC_CTX_free(ctx->mac_ctx_init); in ossl_siv128_init()
231 EVP_MAC_CTX_free(dest->mac_ctx_init); in ossl_siv128_copy_ctx()
232 dest->mac_ctx_init = EVP_MAC_CTX_dup(src->mac_ctx_init); in ossl_siv128_copy_ctx()
233 if (dest->mac_ctx_init == NULL) in ossl_siv128_copy_ctx()
[all …]
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_siv_hw.c66 out->siv.mac_ctx_init = NULL; in aes_siv_dupctx()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_siv_hw.c66 out->siv.mac_ctx_init = NULL; in aes_siv_dupctx()
/third_party/node/deps/openssl/openssl/include/crypto/
Dmodes.h218 EVP_MAC_CTX *mac_ctx_init; member
/third_party/openssl/include/crypto/
Dmodes.h218 EVP_MAC_CTX *mac_ctx_init; member