Searched defs:pkeys (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12auxutl.c90 * pkeys - Points to stack of private keys.
103 sunw_PKCS12_create(const char *pass, STACK_OF(EVP_PKEY) *pkeys, argument
249 if (pkeys != NULL && sk_EVP_PKEY_num(pkeys) > 0) {
257 for (i = 0; i < sk_EVP_PKEY_num(pkeys); i++) {
259 pkey = sk_EVP_PKEY_value(pkeys, i);
H A Dp12misc.c122 * If all certs are removed from 'certs' and/or 'pkeys', it will be the
466 * Look for a keyid in a stack of certs. if 'certs' is NULL and 'pkeys' is
474 * pkeys - Points to a stack of private keys which match the certs.
494 sunw_find_localkeyid(char *keyid_str, int len, STACK_OF(EVP_PKEY) *pkeys, argument
504 (pkeys == NULL || certs == NULL) ||
505 (pkeys != NULL && matching_pkey == NULL) ||
523 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs,
543 * Look for a friendlyname in a stack of certs. if 'certs' is NULL and 'pkeys'
550 * pkeys - Points to a stack of private keys which match the certs.
566 sunw_find_fname(char *fname, STACK_OF(EVP_PKEY) *pkeys, STACK_O argument
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c372 * pkeys - Points to address of a stack of private keys to return.
443 * pkeys - Points to address of a stack of private keys to return.
520 * If all certs are removed from 'certs' and/or 'pkeys', it will be the
624 * pkeys - Points to stack of private keys.
637 sunw_PKCS12_create(const char *pass, STACK_OF(EVP_PKEY) *pkeys, argument
783 if (pkeys != NULL && sk_EVP_PKEY_num(pkeys) > 0) {
791 for (i = 0; i < sk_EVP_PKEY_num(pkeys); i++) {
793 pkey = sk_EVP_PKEY_value(pkeys, i);
1163 * Look for a keyid in a stack of certs. if 'certs' is NULL and 'pkeys' i
1191 sunw_find_localkeyid(char *keyid_str, int len, STACK_OF(EVP_PKEY) *pkeys, STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert) argument
1263 sunw_find_fname(char *fname, STACK_OF(EVP_PKEY) *pkeys, STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 ** matching_cert) argument
2032 pem_info(FILE *fp, pem_password_cb cb, void *userdata, STACK_OF(EVP_PKEY) **pkeys, STACK_OF(X509) **certs) argument
[all...]

Completed in 78 milliseconds