Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dp12aux.h51 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val)) macro
H A Dp12misc.c202 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) { in sunw_split_certs()
764 if (sk_EVP_PKEY_push(dst, tmpk) == 0) { in sunw_append_keys()
H A Dp12auxpars.c826 if (sk_EVP_PKEY_push(kl, pkey) == 0) { in parse_one_bag()
/titanic_41/usr/src/lib/libpkg/common/
H A Dp12lib.h82 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val)) macro
H A Dp12lib.c600 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) { in sunw_split_certs()
1984 if (sk_EVP_PKEY_push(kl, pkey) == 0) { in parse_one_bag()
2132 retval = sk_EVP_PKEY_push(work_kl, x->x_pkey->dec_pkey); in pem_info()
2184 if (sk_EVP_PKEY_push(dst, tmpk) == 0) { in sunw_append_keys()
H A Dkeystore.c854 (void) sk_EVP_PKEY_push(keystore->pkeys, key); in merge_cert_and_key()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c559 if (pkey != NULL && sk_EVP_PKEY_push(klist, pkey) == 0) { in do_ofile()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c147 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val)) macro
3909 sk_EVP_PKEY_push(keylist, pkey) == 0) in openssl_parse_bag()
4435 (void) sk_EVP_PKEY_push(privkeys, pkey); in openssl_import_objects()