Home
last modified time | relevance | path

Searched refs:aes_off (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c99 # define aes_off 0 macro
418 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha1_cipher() local
446 aes_off += blocks; in aesni_cbc_hmac_sha1_cipher()
461 memcpy(out + aes_off, in + aes_off, plen - aes_off); in aesni_cbc_hmac_sha1_cipher()
474 aesni_cbc_encrypt(out + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha1_cipher()
477 aesni_cbc_encrypt(in + aes_off, out + aes_off, len - aes_off, in aesni_cbc_hmac_sha1_cipher()
565 aes_off = len - AES_BLOCK_SIZE - blocks * SHA_CBLOCK; in aesni_cbc_hmac_sha1_cipher()
571 aesni256_cbc_sha1_dec(in + aes_off, in aesni_cbc_hmac_sha1_cipher()
572 out + aes_off, blocks, &key->ks, in aesni_cbc_hmac_sha1_cipher()
749 aes_off = len - blocks * SHA_CBLOCK; in aesni_cbc_hmac_sha1_cipher()
[all …]
H A De_aes_cbc_hmac_sha256.c93 # 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()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c381 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()
H A Dcipher_aes_cbc_hmac_sha256_hw.c404 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()

Completed in 15 milliseconds