Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c98 # 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, ou 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, ou in aesni_cbc_hmac_sha256_cipher()
[all...]
/third_party/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c98 # 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, ou 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, ou in aesni_cbc_hmac_sha256_cipher()
[all...]
/third_party/node/deps/openssl/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, le in aesni_cbc_hmac_sha1_cipher()
[all...]
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, le in aesni_cbc_hmac_sha256_cipher()
[all...]
/third_party/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, le in aesni_cbc_hmac_sha1_cipher()
[all...]
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, le in aesni_cbc_hmac_sha256_cipher()
[all...]

Completed in 8 milliseconds