Home
last modified time | relevance | path

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

/external/openssl/crypto/pkcs12/
Dp12_npas.c110 ASN1_OCTET_STRING *p12_data_tmp = NULL, *macnew = NULL; in newpass_p12() local
160 if(!(macnew = ASN1_OCTET_STRING_new())) goto saferr; in newpass_p12()
161 if(!ASN1_OCTET_STRING_set(macnew, mac, maclen)) goto saferr; in newpass_p12()
163 p12->mac->dinfo->digest = macnew; in newpass_p12()
171 ASN1_OCTET_STRING_free(macnew); in newpass_p12()