Home
last modified time | relevance | path

Searched refs:prf_length (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto-des3.c90 ret = krb5_data_alloc(out, crypto->et->prf_length); in DES3_prf()
107 crypto->et->prf_length); in DES3_prf()
H A Dcrypto.h130 size_t prf_length; member
H A Dcrypto.c2830 if(et == NULL || et->prf_length == 0) { in krb5_crypto_prf_length()
2837 *length = et->prf_length; in krb5_crypto_prf_length()