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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3085 PKCS7 *key_authsafe = NULL; local
3118 key_authsafe = PKCS12_pack_p7data(bag_stack);
3124 return (key_authsafe);
3329 PKCS7 *key_authsafe = NULL; local
3382 key_authsafe = add_key_to_safe(pkey, cred,
3388 if (key_authsafe == NULL) {
3395 key_authsafe)) {
3435 key_authsafe = add_key_to_safe(pkey, cred,
3438 if (key_authsafe == NULL) {
3442 if (!sk_PKCS7_push(authsafe_stack, key_authsafe)) {
[all...]

Completed in 50 milliseconds