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