Home
last modified time | relevance | path

Searched refs:sk_EVP_PKEY_num (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dauxutil.c229 sk_EVP_PKEY_num(*work_kl) > 0) {
267 sk_EVP_PKEY_num(*work_xl) > 0) {
417 for (k = 0; k < sk_EVP_PKEY_num(kl); k++) {
502 nk = (kl != NULL) ? sk_EVP_PKEY_num(kl) : 0;
H A Dp12auxutl.c249 if (pkeys != NULL && sk_EVP_PKEY_num(pkeys) > 0) { in sunw_PKCS12_create()
257 for (i = 0; i < sk_EVP_PKEY_num(pkeys); i++) { in sunw_PKCS12_create()
H A Dp12aux.h49 #define sk_EVP_PKEY_num(st) SKM_sk_num(EVP_PKEY, (st)) macro
H A Dp12misc.c156 while (k < sk_EVP_PKEY_num(allkeys)) { in sunw_split_certs()
762 while (sk_EVP_PKEY_num(src) > 0) { in sunw_append_keys()
H A Dp12auxpars.c340 if (sk_EVP_PKEY_num(work_kl) > 0) { in parse_pkcs12()
430 if (work_kl == NULL || sk_EVP_PKEY_num(work_kl) == 0) in parse_pkcs12()
/titanic_41/usr/src/cmd/svr4pkg/pkgadm/
H A Dcerts.c135 for (i = 0; i < sk_EVP_PKEY_num(keys); i++) { in load_cert_and_key()
144 if (sk_EVP_PKEY_num(keys) > 0) { in load_cert_and_key()
/titanic_41/usr/src/lib/libpkg/common/
H A Dp12lib.c554 while (k < sk_EVP_PKEY_num(allkeys)) { in sunw_split_certs()
783 if (pkeys != NULL && sk_EVP_PKEY_num(pkeys) > 0) { in sunw_PKCS12_create()
791 for (i = 0; i < sk_EVP_PKEY_num(pkeys); i++) { in sunw_PKCS12_create()
1562 if (sk_EVP_PKEY_num(work_kl) > 0) { in parse_pkcs12()
1652 if (work_kl == NULL || sk_EVP_PKEY_num(work_kl) == 0) in parse_pkcs12()
2182 while (sk_EVP_PKEY_num(src) > 0) { in sunw_append_keys()
2261 nk = (kl != NULL) ? sk_EVP_PKEY_num(kl) : 0; in get_key_cert()
2683 for (k = 0; k < sk_EVP_PKEY_num(kl); k++) {
2747 sk_EVP_PKEY_num(*work_kl) > 0) {
2785 sk_EVP_PKEY_num(*work_xl) > 0) {
H A Dp12lib.h80 #define sk_EVP_PKEY_num(st) SKM_sk_num(EVP_PKEY, (st)) macro
H A Dkeystore.c656 if ((sk_EVP_PKEY_num(ks->pkeys) == 1) && in find_key_cert_pair()
918 for (i = 0; i < sk_EVP_PKEY_num(ks->pkeys); i++) { in delete_cert_and_keys()
934 if (sk_EVP_PKEY_num(ks->pkeys) <= 0) { in delete_cert_and_keys()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c595 if (pkey != NULL && sk_EVP_PKEY_num(klist) == 1) { in do_ofile()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c145 #define sk_EVP_PKEY_num(st) SKM_sk_num(EVP_PKEY, (st)) macro
4331 for (i = 0; sslkeys != NULL && i < sk_EVP_PKEY_num(sslkeys); i++) { in convertPK12Objects()