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

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-arcfour.c134 Checksum k1_c, k2_c, k3_c, cksum; local
172 k3_c.checksum.length = sizeof(k3_c_data);
173 k3_c.checksum.data = k3_c_data;
175 ret = _krb5_internal_hmac(NULL, c, data, 16, 0, &ke, &k3_c);
183 EVP_CipherInit_ex(ctx, EVP_rc4(), NULL, k3_c.checksum.data, NULL, 1);
203 Checksum k1_c, k2_c, k3_c, cksum; local
232 k3_c.checksum.length = sizeof(k3_c_data);
233 k3_c.checksum.data = k3_c_data;
235 ret = _krb5_internal_hmac(NULL, c, cdata, 16, 0, &ke, &k3_c);
242 EVP_CipherInit_ex(ctx, EVP_rc4(), NULL, k3_c
[all...]

Completed in 109 milliseconds