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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3039 PKCS7 *cert_authsafe = NULL; local
3065 cert_authsafe = PKCS12_pack_p7encdata(
3074 return (cert_authsafe);
3328 PKCS7 *cert_authsafe = NULL; local
3403 cert_authsafe = add_cert_to_safe(xcert, cred, keyid,
3405 if (cert_authsafe == NULL) {
3410 if (!sk_PKCS7_push(authsafe_stack, cert_authsafe)) {

Completed in 69 milliseconds