Lines Matching refs:aes_off
99 # 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()
568 aesni_cbc_encrypt(in, out, aes_off, &key->ks, ctx->iv, 0); 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()
751 aesni_cbc_encrypt(in, out, aes_off, &key->ks, ctx->iv, 0); in aesni_cbc_hmac_sha1_cipher()
753 aesni256_cbc_sha1_dec(in + aes_off, in aesni_cbc_hmac_sha1_cipher()
754 out + aes_off, blocks, &key->ks, in aesni_cbc_hmac_sha1_cipher()