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

/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dfast.c46 krb5_crypto crypto1, crypto2; local
54 ret = krb5_crypto_init(context, key2, 0, &crypto2);
65 ret = krb5_crypto_fx_cf2(context, crypto1, crypto2, &pa1, &pa2,
68 krb5_crypto_destroy(context, crypto2);
H A Dcrypto.c2595 * @param crypto2 second key to combine
2609 const krb5_crypto crypto2,
2631 ret = krb5_crypto_prfplus(context, crypto2, pepper2, keysize, &os2);
2607 krb5_crypto_fx_cf2(krb5_context context, const krb5_crypto crypto1, const krb5_crypto crypto2, krb5_data *pepper1, krb5_data *pepper2, krb5_enctype enctype, krb5_keyblock *res) argument

Completed in 123 milliseconds