Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
De_aes_cbc_hmac_sha1.c141 #define aes_off 0 macro
188 size_t aes_off = 0, in aesni_cbc_hmac_sha1_cipher() local
213 aes_off += blocks; in aesni_cbc_hmac_sha1_cipher()
227 memcpy(out+aes_off,in+aes_off,plen-aes_off); in aesni_cbc_hmac_sha1_cipher()
239 aesni_cbc_encrypt(out+aes_off,out+aes_off,len-aes_off, in aesni_cbc_hmac_sha1_cipher()
242 aesni_cbc_encrypt(in+aes_off,out+aes_off,len-aes_off, in aesni_cbc_hmac_sha1_cipher()