Searched refs:sk_EVP_PKEY_push (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/common/net/wanboot/ |
H A D | p12aux.h | 51 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val)) macro
|
H A D | p12misc.c | 202 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 D | p12auxpars.c | 826 if (sk_EVP_PKEY_push(kl, pkey) == 0) { in parse_one_bag()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | p12lib.h | 82 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val)) macro
|
H A D | p12lib.c | 600 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 D | keystore.c | 854 (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 D | p12split.c | 559 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 D | openssl_spi.c | 147 #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()
|