Home
last modified time | relevance | path

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

/third_party/openssl/crypto/pkcs12/
Dp12_mutl.c25 const ASN1_OCTET_STRING **psalt, in PKCS12_get0_mac() argument
31 if (psalt) in PKCS12_get0_mac()
32 *psalt = p12->mac->salt; in PKCS12_get0_mac()
40 if (psalt) in PKCS12_get0_mac()
41 *psalt = NULL; in PKCS12_get0_mac()
/third_party/openssl/include/openssl/
Dpkcs12.h81 const ASN1_OCTET_STRING **psalt,