Searched refs:ENCRYPTION_USAGE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto.h124 #define ENCRYPTION_USAGE(U) (((U) << 8) | 0xAA) macro
H A Dcrypto.c859 ret = _get_derived_key(context, crypto, ENCRYPTION_USAGE(usage), &dkey);
1019 ret = _get_derived_key(context, crypto, ENCRYPTION_USAGE(usage), &dkey);
1348 ret = _get_derived_key(context, crypto, ENCRYPTION_USAGE(usage), &dkey);
1471 ret = _get_derived_key(context, crypto, ENCRYPTION_USAGE(usage), &dkey);

Completed in 61 milliseconds