Home
last modified time | relevance | path

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

/openssl-master/crypto/crmf/
A Dcrmf_pbm.c142 unsigned char *mac_res = 0; in OSSL_CRMF_pbm_new() local
150 if ((mac_res = OPENSSL_malloc(EVP_MAX_MD_SIZE)) == NULL) in OSSL_CRMF_pbm_new()
209 msg, msglen, mac_res, EVP_MAX_MD_SIZE, outlen) == NULL) in OSSL_CRMF_pbm_new()
220 *out = mac_res; in OSSL_CRMF_pbm_new()
224 OPENSSL_free(mac_res); in OSSL_CRMF_pbm_new()

Completed in 3 milliseconds