Symbol: krb5int_derive_key
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
338
ret = krb5int_derive_key(enc, hash, inkey, &key, &test->constant,
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
217
r = krb5int_derive_key (enc, in, out, usage, DERIVE_RFC3961);
crypto/krb5/src/lib/crypto/krb/checksum_dk_cmac.c
47
ret = krb5int_derive_key(enc, NULL, key, &kc, &datain,
crypto/krb5/src/lib/crypto/krb/checksum_dk_hmac.c
48
ret = krb5int_derive_key(enc, NULL, key, &kc, &datain, DERIVE_RFC3961);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
391
krb5_error_code krb5int_derive_key(const struct krb5_enc_provider *enc,
crypto/krb5/src/lib/crypto/krb/enc_dk_cmac.c
67
ret = krb5int_derive_key(enc, NULL, key, &ke, &constant,
crypto/krb5/src/lib/crypto/krb/enc_dk_cmac.c
74
ret = krb5int_derive_key(enc, NULL, key, &ki, &constant,
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
134
ret = krb5int_derive_key(enc, NULL, key, &ke, &d1, DERIVE_RFC3961);
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
140
ret = krb5int_derive_key(enc, NULL, key, &ki, &d1, DERIVE_RFC3961);
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
235
ret = krb5int_derive_key(enc, NULL, key, &ke, &d1, DERIVE_RFC3961);
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
241
ret = krb5int_derive_key(enc, NULL, key, &ki, &d1, DERIVE_RFC3961);
crypto/krb5/src/lib/crypto/krb/enc_etm.c
69
ret = krb5int_derive_key(ktp->enc, ktp->hash, key, &ke, &label_data,
crypto/krb5/src/lib/crypto/krb/prf_cmac.c
45
ret = krb5int_derive_key(ktp->enc, NULL, key, &kp, &prfconst,
crypto/krb5/src/lib/crypto/krb/prf_dk.c
51
ret = krb5int_derive_key(ktp->enc, NULL, key, &kp, &prfconst,