Searched refs:krb5_crypto_prf (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dtest_prf.c79 ret = krb5_crypto_prf(context, crypto, &input, &output);
81 krb5_err(context, 1, ret, "krb5_crypto_prf");
83 ret = krb5_crypto_prf(context, crypto, &input, &output2);
85 krb5_err(context, 1, ret, "krb5_crypto_prf");
H A Dmit_glue.c372 ret = krb5_crypto_prf(context, crypto, input, output);
H A Dcrypto.c2448 krb5_crypto_prf(krb5_context context, function
2500 ret = krb5_crypto_prf(context, crypto, &input2, &block);
H A Dkrb5-protos.h1251 krb5_crypto_prf (
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dprf.c124 ret = krb5_crypto_prf(context, crypto, &input, &output);

Completed in 126 milliseconds