Searched defs:ktype (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dmechkeytype.c36 pkcs11_mech2keytype(CK_MECHANISM_TYPE mech_type, CK_KEY_TYPE *ktype) argument
67 *ktype = CKK_RSA;
75 *ktype = CKK_DSA;
80 *ktype = CKK_DH;
89 *ktype = CKK_EC;
97 *ktype = CKK_X9_42_DH;
102 *ktype = CKK_KEA;
168 *ktype = CKK_GENERIC_SECRET;
179 *ktype = CKK_RC2;
186 *ktype
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c532 ktype, krb5_int32 stype, krb5_int32
530 kadm5_decrypt_key(void *server_handle, kadm5_principal_ent_t entry, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_keyblock *keyblock, krb5_keysalt *keysalt, int *kvnop) argument
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c290 krb5_enctype ktype; local
344 if (!(kret = krb5_string_to_enctype(kp, &ktype)) &&
347 !krb5_keysalt_is_present(*ksaltp, *nksaltp, ktype, stype))) {
366 (*ksaltp)[(*nksaltp)].ks_enctype = ktype;
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c2229 * ktype (r) enctype to search for, or -1 to ignore
2232 * only if it also matches ktype and stype
2244 * If ktype or stype is -1, it is ignored for the search. If kvno is
2245 * -1, ktype and stype are ignored and the key with the max kvno is
2247 * and only if it matches the ktype and stype; otherwise, ENOENT is
2252 ktype, krb5_int32 stype, krb5_int32
2269 if ((ret = krb5_dbe_find_enctype(handle->context, &dbent, ktype,
2286 if (ktype != -1)
2287 keyblock->enctype = ktype;
2250 kadm5_decrypt_key(void *server_handle, kadm5_principal_ent_t entry, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_keyblock *keyblock, krb5_keysalt *keysalt, int *kvnop) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c365 grow_ktypes(krb5_enctype **out_ktypes, int *out_nktypes, krb5_enctype ktype) argument
370 if ((*out_ktypes)[i] == ktype)
373 ktypes = malloc((*out_nktypes + 2) * sizeof(ktype));
377 ktypes[i++] = ktype;
541 grow_ktypes(&request->ktype, &request->nktypes,
717 fprintf (stderr, "; *etype=%d request->ktype[0]=%d\n",
718 *etype, request->ktype[0]);
722 *etype ? *etype : request->ktype[0],
1984 * etype-info (preferring client request ktype order).
1989 if (etype_info[l]->etype == request->ktype[
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c1654 krb5_int32 ktype,
1659 return krb5_dbe_search_enctype(kcontext, dbentp, &start, ktype, stype,
1667 krb5_int32 ktype,
1677 status = v->dbe_search_enctype(kcontext, dbentp, start, ktype, stype,
1652 krb5_dbe_find_enctype(krb5_context kcontext, krb5_db_entry * dbentp, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_key_data ** kdatap) argument
1664 krb5_dbe_search_enctype(krb5_context kcontext, krb5_db_entry * dbentp, krb5_int32 * start, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_key_data ** kdatap) argument

Completed in 48 milliseconds