Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c64 ASN1_OCTET_STRING *p12_data_tmp = NULL, *macoct = NULL; in newpass_p12() local
105 p12_data_tmp = p12->authsafes->d.data; in newpass_p12()
122 ASN1_OCTET_STRING_free(p12_data_tmp); in newpass_p12()
123 } else if (p12_data_tmp != NULL) { in newpass_p12()
125 p12->authsafes->d.data = p12_data_tmp; in newpass_p12()