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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c214 CIPH_DESC ciph_d[8]; local
247 ciph_d[0].inp = inp;
249 ciph_d[0].out = out + 5 + 16;
250 memcpy(ciph_d[0].out - 16, IVs, 16);
251 memcpy(ciph_d[0].iv, IVs, 16);
255 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
256 ciph_d[i].out = ciph_d[i - 1].out + packlen;
257 memcpy(ciph_d[i].out - 16, IVs, 16);
258 memcpy(ciph_d[
[all...]
H A De_aes_cbc_hmac_sha256.c210 CIPH_DESC ciph_d[8]; local
244 ciph_d[0].inp = inp;
246 ciph_d[0].out = out + 5 + 16;
247 memcpy(ciph_d[0].out - 16, IVs, 16);
248 memcpy(ciph_d[0].iv, IVs, 16);
252 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
253 ciph_d[i].out = ciph_d[i - 1].out + packlen;
254 memcpy(ciph_d[i].out - 16, IVs, 16);
255 memcpy(ciph_d[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes_cbc_hmac_sha1.c214 CIPH_DESC ciph_d[8]; local
247 ciph_d[0].inp = inp;
249 ciph_d[0].out = out + 5 + 16;
250 memcpy(ciph_d[0].out - 16, IVs, 16);
251 memcpy(ciph_d[0].iv, IVs, 16);
255 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
256 ciph_d[i].out = ciph_d[i - 1].out + packlen;
257 memcpy(ciph_d[i].out - 16, IVs, 16);
258 memcpy(ciph_d[
[all...]
H A De_aes_cbc_hmac_sha256.c210 CIPH_DESC ciph_d[8]; local
244 ciph_d[0].inp = inp;
246 ciph_d[0].out = out + 5 + 16;
247 memcpy(ciph_d[0].out - 16, IVs, 16);
248 memcpy(ciph_d[0].iv, IVs, 16);
252 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
253 ciph_d[i].out = ciph_d[i - 1].out + packlen;
254 memcpy(ciph_d[i].out - 16, IVs, 16);
255 memcpy(ciph_d[
[all...]

Completed in 61 milliseconds