Searched refs:hmac_ctx (Results 1 – 1 of 1) sorted by relevance
77 HMAC_CTX hmac_ctx; in rpmb_mac() local79 HMAC_CTX_init(&hmac_ctx); in rpmb_mac()106 HMAC_CTX_cleanup(&hmac_ctx); in rpmb_mac()117 EVP_MAC_CTX *hmac_ctx; in rpmb_mac() local120 hmac_ctx = EVP_MAC_CTX_new(hmac); in rpmb_mac()121 if (hmac_ctx == NULL) { in rpmb_mac()153 EVP_MAC_CTX_free(hmac_ctx); in rpmb_mac()165 HMAC_CTX *hmac_ctx; in rpmb_mac() local167 hmac_ctx = HMAC_CTX_new(); in rpmb_mac()168 if (hmac_ctx == NULL) { in rpmb_mac()[all …]
Completed in 4 milliseconds