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

/osnet-11/usr/src/lib/libpkg/common/
H A Dp12lib.c229 * keyid - If private key localkeyids friendlynames are to match a
232 * keyid_len- Length of the keyid byte string.
240 * Match based on the value of 'matchty' and the contents of 'keyid'
248 * 'keyid'.
271 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid,
327 retval = parse_pkcs12(p12, pass, matchty, keyid, keyid_len,
689 if (cert->aux != NULL && cert->aux->keyid != NULL &&
690 cert->aux->keyid->type == V_ASN1_OCTET_STRING) {
691 str = cert->aux->keyid->data;
692 len = cert->aux->keyid
959 ASN1_TYPE *keyid = NULL; local
1536 parse_pkcs12(PKCS12 *p12, const char *pass, int matchty, char *keyid, int kstr_len, char *name_str, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca) argument
1799 ASN1_TYPE *keyid = NULL; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c1079 char *keyid, TSS_UUID *uuid, TSS_HKEY hParent,
1085 find_uuid(keyid, uuid)) {
1266 char *keyid; local
1273 keyid = TPMTOK_PUBLIC_LEAF_KEY_ID;
1278 keyid = TPMTOK_PRIVATE_LEAF_KEY_ID;
1309 ret = add_uuid(keyid, &newuuid);
1078 tss_find_and_load_key(TSS_HCONTEXT hContext, char *keyid, TSS_UUID *uuid, TSS_HKEY hParent, BYTE *hash, TSS_HKEY *hKey) argument
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3038 uchar_t *keyid, unsigned int keyidlen)
3055 if (keyidlen > 0 && !PKCS12_add_localkeyid(bag, keyid, keyidlen)) {
3081 uchar_t *keyid, unsigned int keyidlen,
3106 if (keyidlen && !PKCS12_add_localkeyid(bag, keyid, keyidlen))
3360 unsigned char keyid[EVP_MAX_MD_SIZE]; local
3383 keyid, &keyidlen);
3385 keyid, keyidlen,
3405 cert_authsafe = add_cert_to_safe(xcert, cred, keyid,
3826 ASN1_TYPE *keyid = NULL; local
3830 keyid
3037 add_cert_to_safe(X509 *sslcert, KMF_CREDENTIAL *cred, uchar_t *keyid, unsigned int keyidlen) argument
3080 add_key_to_safe(EVP_PKEY *pkey, KMF_CREDENTIAL *cred, uchar_t *keyid, unsigned int keyidlen, char *label, int label_len) argument
[all...]

Completed in 38 milliseconds