HomeSort by: relevance | last modified time | path
    Searched refs:hash_d (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha1_hw.c 128 HASH_DESC hash_d[8], edges[8]; local
161 hash_d[0].ptr = inp;
170 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
209 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
210 hash_d[i].ptr += 64 - 13;
211 hash_d[i].blocks = (len - (64 - 13)) / 64;
231 edges[i].ptr = hash_d[i].ptr;
240 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
241 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
cipher_aes_cbc_hmac_sha256_hw.c 132 HASH_DESC hash_d[8], edges[8]; local
165 hash_d[0].ptr = inp;
174 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
217 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
218 hash_d[i].ptr += 64 - 13;
219 hash_d[i].blocks = (len - (64 - 13)) / 64;
239 edges[i].ptr = hash_d[i].ptr;
248 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
249 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha1_hw.c 128 HASH_DESC hash_d[8], edges[8]; local
161 hash_d[0].ptr = inp;
170 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
209 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
210 hash_d[i].ptr += 64 - 13;
211 hash_d[i].blocks = (len - (64 - 13)) / 64;
231 edges[i].ptr = hash_d[i].ptr;
240 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
241 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
cipher_aes_cbc_hmac_sha256_hw.c 132 HASH_DESC hash_d[8], edges[8]; local
165 hash_d[0].ptr = inp;
174 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
217 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
218 hash_d[i].ptr += 64 - 13;
219 hash_d[i].blocks = (len - (64 - 13)) / 64;
239 edges[i].ptr = hash_d[i].ptr;
248 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
249 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 164 HASH_DESC hash_d[8], edges[8]; local
196 hash_d[0].ptr = inp;
205 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
244 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
245 hash_d[i].ptr += 64 - 13;
246 hash_d[i].blocks = (len - (64 - 13)) / 64;
266 edges[i].ptr = hash_d[i].ptr;
275 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
276 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
e_aes_cbc_hmac_sha256.c 158 HASH_DESC hash_d[8], edges[8]; local
191 hash_d[0].ptr = inp;
200 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
242 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
243 hash_d[i].ptr += 64 - 13;
244 hash_d[i].blocks = (len - (64 - 13)) / 64;
264 edges[i].ptr = hash_d[i].ptr;
273 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
274 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 165 HASH_DESC hash_d[8], edges[8]; local
198 hash_d[0].ptr = inp;
207 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
246 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
247 hash_d[i].ptr += 64 - 13;
248 hash_d[i].blocks = (len - (64 - 13)) / 64;
268 edges[i].ptr = hash_d[i].ptr;
277 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
278 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
e_aes_cbc_hmac_sha256.c 160 HASH_DESC hash_d[8], edges[8]; local
194 hash_d[0].ptr = inp;
203 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
245 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
246 hash_d[i].ptr += 64 - 13;
247 hash_d[i].blocks = (len - (64 - 13)) / 64;
267 edges[i].ptr = hash_d[i].ptr;
276 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
277 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 159 HASH_DESC hash_d[8], edges[8]; local
192 hash_d[0].ptr = inp;
201 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
240 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
241 hash_d[i].ptr += 64 - 13;
242 hash_d[i].blocks = (len - (64 - 13)) / 64;
262 edges[i].ptr = hash_d[i].ptr;
271 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
272 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]
e_aes_cbc_hmac_sha256.c 155 HASH_DESC hash_d[8], edges[8]; local
189 hash_d[0].ptr = inp;
198 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
240 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
241 hash_d[i].ptr += 64 - 13;
242 hash_d[i].blocks = (len - (64 - 13)) / 64;
262 edges[i].ptr = hash_d[i].ptr;
271 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
272 hash_d[i].blocks -= MAXCHUNKSIZE / 64
    [all...]

Completed in 38 milliseconds