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

/osnet-11/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.c595 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) {
1979 if (sk_EVP_PKEY_push(kl, pkey) == 0) {
2127 retval = sk_EVP_PKEY_push(work_kl, x->x_pkey->dec_pkey);
2179 if (sk_EVP_PKEY_push(dst, tmpk) == 0) {
H A Dkeystore.c854 (void) sk_EVP_PKEY_push(keystore->pkeys, key);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c142 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val)) macro
3930 sk_EVP_PKEY_push(keylist, pkey) == 0)
4485 (void) sk_EVP_PKEY_push(privkeys, pkey);

Completed in 107 milliseconds