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

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c73 F_KEYED | F_CPROOF | F_DERIVED,
83 F_KEYED | F_CPROOF | F_DERIVED,
153 F_DERIVED,
168 F_DERIVED,
H A Dcrypto-des3.c125 F_KEYED | F_CPROOF | F_DERIVED,
156 F_DERIVED,
H A Dcrypto.h57 #define F_DERIVED 4 /* uses derived keys */ macro
H A Dcrypto.c322 if(ct->flags & F_DERIVED)
798 return (crypto->et->flags & F_DERIVED) != 0;

Completed in 59 milliseconds