Searched refs:hash_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.c213 HASH_DESC hash_d[8], edges[8]; local
246 hash_d[0].ptr = inp;
255 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
294 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
295 hash_d[i].ptr += 64 - 13;
296 hash_d[i].blocks = (len - (64 - 13)) / 64;
316 edges[i].ptr = hash_d[i].ptr;
325 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
326 hash_d[
[all...]
H A De_aes_cbc_hmac_sha256.c209 HASH_DESC hash_d[8], edges[8]; local
243 hash_d[0].ptr = inp;
252 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
294 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
295 hash_d[i].ptr += 64 - 13;
296 hash_d[i].blocks = (len - (64 - 13)) / 64;
316 edges[i].ptr = hash_d[i].ptr;
325 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
326 hash_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.c213 HASH_DESC hash_d[8], edges[8]; local
246 hash_d[0].ptr = inp;
255 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
294 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
295 hash_d[i].ptr += 64 - 13;
296 hash_d[i].blocks = (len - (64 - 13)) / 64;
316 edges[i].ptr = hash_d[i].ptr;
325 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
326 hash_d[
[all...]
H A De_aes_cbc_hmac_sha256.c209 HASH_DESC hash_d[8], edges[8]; local
243 hash_d[0].ptr = inp;
252 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
294 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
295 hash_d[i].ptr += 64 - 13;
296 hash_d[i].blocks = (len - (64 - 13)) / 64;
316 edges[i].ptr = hash_d[i].ptr;
325 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
326 hash_d[
[all...]

Completed in 158 milliseconds