Home
last modified time | relevance | path

Searched refs:calc_PRF (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/crypto/krb5/
H A Dkrb5_kdf.c58 ret = krb5->profile->calc_PRF(krb5, K, &n_S, &Tn, gfp); in crypto_krb5_calc_PRFplus()
H A Dinternal.h18 int (*calc_PRF)(const struct krb5_enctype *krb5, member
H A Drfc6803_camellia.c179 .calc_PRF = rfc6803_calc_PRF,
H A Drfc8009_aes2.c304 .calc_PRF = rfc8009_calc_PRF,
H A Dselftest.c138 ret = krb5->profile->calc_PRF(krb5, &key, &octet, &result, GFP_KERNEL); in krb5_test_one_prf()
H A Drfc3961_simplified.c780 .calc_PRF = rfc3961_calc_PRF,