Lines Matching refs:mac_ctx_init
97 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()
255 if ((mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init)) == NULL in ossl_siv128_aad()
375 EVP_MAC_CTX_free(ctx->mac_ctx_init); in ossl_siv128_cleanup()
376 ctx->mac_ctx_init = NULL; in ossl_siv128_cleanup()