Searched refs:salt2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Drename_s.c67 krb5_salt salt2; local
69 krb5_get_pw_salt(context->context, source, &salt2);
71 salt.salt = salt2.saltvalue;
83 krb5_free_salt(context->context, salt2);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c102 krb5_salt salt2; local
108 ret = krb5_get_pw_salt (context, client, &salt2);
111 salt = &salt2;
139 if(salt == &salt2)
140 krb5_free_salt(context, salt2);
H A Dinit_creds_pw.c991 krb5_salt salt2; local
997 ret = krb5_get_pw_salt (context, client, &salt2);
1000 salt = &salt2;
1023 if(salt == &salt2)
1024 krb5_free_salt(context, salt2);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c1962 u8 salt2[80] = { local
2024 if (hmac_sha256(salt2, sizeof(salt2), ikm2, sizeof(ikm2), prk) < 0)

Completed in 170 milliseconds