Lines Matching defs:hmac
216 EVP_MAC *hmac = NULL;
239 hmac = EVP_MAC_fetch(NULL, "hmac", NULL);
240 if (hmac == NULL) {
243 ctx = EVP_MAC_CTX_new(hmac);
271 EVP_MAC_free(hmac);
342 EVP_MAC *hmac = NULL;
368 hmac = EVP_MAC_fetch(NULL, "hmac", NULL);
369 if (hmac == NULL) {
373 ctx = EVP_MAC_CTX_new(hmac);
397 EVP_MAC_free(hmac);
408 EVP_MAC *hmac;
422 hmac = EVP_MAC_fetch(NULL, "hmac", NULL);
423 if (hmac == NULL) {
427 ctx = EVP_MAC_CTX_new(hmac);
478 EVP_MAC_free(hmac);