Searched refs:mac_ctx_init (Results 1 – 3 of 3) sorted by relevance
97 mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init); in siv128_do_s2v_p()177 EVP_MAC_CTX_free(ctx->mac_ctx_init); in ossl_siv128_init()181 ctx->mac_ctx_init = NULL; in ossl_siv128_init()195 || (ctx->mac_ctx_init = EVP_MAC_CTX_new(ctx->mac)) == NULL in ossl_siv128_init()196 || !EVP_MAC_CTX_set_params(ctx->mac_ctx_init, params) in ossl_siv128_init()198 || (mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init)) == NULL in ossl_siv128_init()204 EVP_MAC_CTX_free(ctx->mac_ctx_init); in ossl_siv128_init()205 ctx->mac_ctx_init = NULL; in ossl_siv128_init()232 EVP_MAC_CTX_free(dest->mac_ctx_init); in ossl_siv128_copy_ctx()233 dest->mac_ctx_init = EVP_MAC_CTX_dup(src->mac_ctx_init); in ossl_siv128_copy_ctx()[all …]
73 out->siv.mac_ctx_init = NULL; in aes_siv_dupctx()
226 EVP_MAC_CTX *mac_ctx_init; member