Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/crmf/
H 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()
/third_party/openssl/crypto/crmf/
H 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 2 milliseconds