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

/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3087 PKCS7 *key_authsafe = NULL; local
3120 key_authsafe = PKCS12_pack_p7data(bag_stack);
3126 return (key_authsafe);
3331 PKCS7 *key_authsafe = NULL; local
3384 key_authsafe = add_key_to_safe(pkey, cred,
3390 if (key_authsafe == NULL) {
3397 key_authsafe)) {
3437 key_authsafe = add_key_to_safe(pkey, cred,
3440 if (key_authsafe == NULL) {
3444 if (!sk_PKCS7_push(authsafe_stack, key_authsafe)) {
[all...]

Completed in 28 milliseconds