Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svr4pkg/pkgadm/
H A Dcerts.c137 sk_EVP_PKEY_value(keys, i))) { in load_cert_and_key()
139 sk_EVP_PKEY_value(keys, i); in load_cert_and_key()
145 tmpkey = sk_EVP_PKEY_value(keys, 0); in load_cert_and_key()
/titanic_50/usr/src/common/net/wanboot/
H A Dp12aux.h54 #define sk_EVP_PKEY_value(st, i) SKM_sk_value(EVP_PKEY, (st), (i)) macro
H A Dauxutil.c410 p = sk_EVP_PKEY_value(kl, k);
418 p = sk_EVP_PKEY_value(kl, k);
H A Dp12auxutl.c259 pkey = sk_EVP_PKEY_value(pkeys, i); in sunw_PKCS12_create()
H A Dp12misc.c158 tmpkey = sk_EVP_PKEY_value(allkeys, k); in sunw_split_certs()
/titanic_50/usr/src/lib/libpkg/common/
H A Dp12lib.h81 #define sk_EVP_PKEY_value(st, i) SKM_sk_value(EVP_PKEY, (st), (i)) macro
H A Dp12lib.c556 tmpkey = sk_EVP_PKEY_value(allkeys, k); in sunw_split_certs()
793 pkey = sk_EVP_PKEY_value(pkeys, i); in sunw_PKCS12_create()
2676 p = sk_EVP_PKEY_value(kl, k);
2684 p = sk_EVP_PKEY_value(kl, k);
H A Dkeystore.c658 tmpkey = sk_EVP_PKEY_value(ks->pkeys, 0); in find_key_cert_pair()
919 existingkey = sk_EVP_PKEY_value(ks->pkeys, i); in delete_cert_and_keys()
/titanic_50/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c146 #define sk_EVP_PKEY_value(st, i) SKM_sk_value(EVP_PKEY, (st), (i)) macro
4331 EVP_PKEY *pkey = sk_EVP_PKEY_value(sslkeys, i); in convertPK12Objects()