Searched refs:aes_off (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/evp/ |
D | e_aes_cbc_hmac_sha1.c | 98 # define aes_off 0 macro 417 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha1_cipher() local 445 aes_off += blocks; in aesni_cbc_hmac_sha1_cipher() 460 memcpy(out + aes_off, in + aes_off, plen - aes_off); in aesni_cbc_hmac_sha1_cipher() 473 aesni_cbc_encrypt(out + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha1_cipher() 476 aesni_cbc_encrypt(in + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha1_cipher() 558 aes_off = len - AES_BLOCK_SIZE - blocks * SHA_CBLOCK; in aesni_cbc_hmac_sha1_cipher() 561 aesni_cbc_encrypt(in, out, aes_off, &key->ks, ctx->iv, 0); in aesni_cbc_hmac_sha1_cipher() 564 aesni256_cbc_sha1_dec(in + aes_off, in aesni_cbc_hmac_sha1_cipher() 565 out + aes_off, blocks, &key->ks, in aesni_cbc_hmac_sha1_cipher() [all …]
|
D | e_aes_cbc_hmac_sha256.c | 93 # define aes_off 0 macro 432 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha256_cipher() local 474 aes_off += blocks; in aesni_cbc_hmac_sha256_cipher() 489 memcpy(out + aes_off, in + aes_off, plen - aes_off); in aesni_cbc_hmac_sha256_cipher() 502 aesni_cbc_encrypt(out + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha256_cipher() 505 aesni_cbc_encrypt(in + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha256_cipher()
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes_cbc_hmac_sha1_hw.c | 381 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha1_cipher() local 406 aes_off += blocks; in aesni_cbc_hmac_sha1_cipher() 420 memcpy(out + aes_off, in + aes_off, plen - aes_off); in aesni_cbc_hmac_sha1_cipher() 433 aesni_cbc_encrypt(out + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha1_cipher() 436 aesni_cbc_encrypt(in + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha1_cipher()
|
D | cipher_aes_cbc_hmac_sha256_hw.c | 404 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha256_cipher() local 444 aes_off += blocks; in aesni_cbc_hmac_sha256_cipher() 458 memcpy(out + aes_off, in + aes_off, plen - aes_off); in aesni_cbc_hmac_sha256_cipher() 471 aesni_cbc_encrypt(out + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha256_cipher() 474 aesni_cbc_encrypt(in + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha256_cipher()
|