Searched refs:ETYPE_NULL (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dgenerate_subkey.c41 * @param etype encryption type of subkey, if ETYPE_NULL, use key's enctype
63 if (etype == ETYPE_NULL)
H A Dcrypto-null.c85 ETYPE_NULL,
H A Dkrb5.h141 ETYPE_NULL = KRB5_ENCTYPE_NULL, enumerator in enum:__anon5022
332 KEYTYPE_NULL = ETYPE_NULL,
H A Ddeprecated.c590 return krb5_generate_subkey_extended(context, key, ETYPE_NULL, subkey);
H A Drd_cred.c99 if (cred.enc_part.etype == ETYPE_NULL) {
H A Dcontext.c83 etypes[k] = ETYPE_NULL;
871 * @return list of enctypes, terminated with ETYPE_NULL. Its a static
890 ETYPE_NULL
946 * @param etypes Encryption types, array terminated with ETYPE_NULL (0).
978 * ETYPE_NULL(0), caller should free array with krb5_xfree():
H A Drd_req.c468 ac->keytype = ETYPE_NULL;
487 if (ac->keytype != ETYPE_NULL)
H A Dstore.c1437 if (creds->session.keytype != ETYPE_NULL)
1464 if (creds->session.keytype != ETYPE_NULL) {
H A Dinit_creds_pw.c449 etypes[options->etype_list_length] = ETYPE_NULL;
1005 for (ep = enctypes; *ep != ETYPE_NULL; ep++)
1584 etypes[netypes + 1] = ETYPE_NULL;
H A Dget_in_tkt.c116 for (ep = enctypes; *ep != ETYPE_NULL; ep++)
H A Dcrypto.c741 * not found, etype is set to ETYPE_NULL.
755 *etype = ETYPE_NULL;
2036 if(etype == ETYPE_NULL)
/freebsd-10.1-release/sys/kgssapi/krb5/
H A Dkcrypto.h32 #define ETYPE_NULL 0 macro
/freebsd-10.1-release/crypto/heimdal/kdc/
H A Dmisc.c143 for (i = 0; p[i] != ETYPE_NULL; i++) {
H A Dkerberos5.c133 krb5_enctype enctype = ETYPE_NULL;
146 krb5_enctype clientbest = ETYPE_NULL;
162 for (i = 0; p[i] != ETYPE_NULL && enctype == ETYPE_NULL; i++) {
167 for (j = 0; j < len && enctype == ETYPE_NULL; j++) {
171 if (clientbest == ETYPE_NULL)
182 if (clientbest != ETYPE_NULL && enctype == ETYPE_NULL)
184 else if (enctype == ETYPE_NULL)
H A Dkrb5tgs.c2296 krb5_enctype krbtgt_etype = ETYPE_NULL;

Completed in 219 milliseconds