Searched refs:F_DISABLED (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-null.c93 F_DISABLED,
H A Dcrypto-des.c297 F_DISABLED|F_WEAK,
312 F_DISABLED|F_WEAK,
327 F_DISABLED|F_WEAK,
342 F_PSEUDO|F_DISABLED|F_WEAK,
357 F_PSEUDO|F_DISABLED|F_WEAK,
372 F_PSEUDO|F_DISABLED|F_WEAK,
H A Dcrypto.h61 #define F_DISABLED 64 /* enctype/checksum disabled */ macro
H A Dcrypto.c358 if (ct->flags & F_DISABLED) {
443 if (ct == NULL || (ct->flags & F_DISABLED)) {
635 ct->flags |= F_DISABLED;
721 if(e && (e->flags & F_DISABLED) == 0)
728 /* Must be (e->flags & F_DISABLED) */
784 if (c->flags & F_DISABLED) {
2039 if((*crypto)->et == NULL || ((*crypto)->et->flags & F_DISABLED)) {
2225 et->flags |= F_DISABLED;
2252 et->flags &= ~F_DISABLED;
2276 _krb5_etypes[i]->flags &= ~F_DISABLED;
[all...]

Completed in 71 milliseconds