/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 124 size_t inp_len, int n4x) in tls1_multi_block_encrypt() 125 { /* n4x is 1 or 2 */ in tls1_multi_block_encrypt() 138 unsigned int x4 = 4 * n4x, minblocks, processed = 0; in tls1_multi_block_encrypt() 151 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_multi_block_encrypt() 152 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_multi_block_encrypt() 218 sha1_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 236 sha1_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 237 aesni_multi_cbc_encrypt(ciph_d, &ctx->ks, n4x); in tls1_multi_block_encrypt() 254 sha1_multi_block(mctx, hash_d, n4x); in tls1_multi_block_encrypt() 286 sha1_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 121 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument 718 unsigned int n4x = 1, x4; aesni_cbc_hmac_sha1_tls1_multiblock_aad() local [all...] |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 128 size_t inp_len, int n4x) in tls1_multi_block_encrypt() 129 { /* n4x is 1 or 2 */ in tls1_multi_block_encrypt() 142 unsigned int x4 = 4 * n4x, minblocks, processed = 0; in tls1_multi_block_encrypt() 155 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_multi_block_encrypt() 156 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_multi_block_encrypt() 226 sha256_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 244 sha256_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 245 aesni_multi_cbc_encrypt(ciph_d, &ctx->ks, n4x); in tls1_multi_block_encrypt() 262 sha256_multi_block(mctx, hash_d, n4x); in tls1_multi_block_encrypt() 294 sha256_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 125 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument 771 unsigned int n4x = 1, x4; aesni_cbc_hmac_sha256_tls1_multiblock_aad() local [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 124 size_t inp_len, int n4x) in tls1_multi_block_encrypt() 125 { /* n4x is 1 or 2 */ in tls1_multi_block_encrypt() 138 unsigned int x4 = 4 * n4x, minblocks, processed = 0; in tls1_multi_block_encrypt() 151 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_multi_block_encrypt() 152 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_multi_block_encrypt() 218 sha1_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 236 sha1_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 237 aesni_multi_cbc_encrypt(ciph_d, &ctx->ks, n4x); in tls1_multi_block_encrypt() 254 sha1_multi_block(mctx, hash_d, n4x); in tls1_multi_block_encrypt() 286 sha1_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 121 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument 718 unsigned int n4x = 1, x4; aesni_cbc_hmac_sha1_tls1_multiblock_aad() local [all...] |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 128 size_t inp_len, int n4x) in tls1_multi_block_encrypt() 129 { /* n4x is 1 or 2 */ in tls1_multi_block_encrypt() 142 unsigned int x4 = 4 * n4x, minblocks, processed = 0; in tls1_multi_block_encrypt() 155 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_multi_block_encrypt() 156 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_multi_block_encrypt() 226 sha256_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 244 sha256_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 245 aesni_multi_cbc_encrypt(ciph_d, &ctx->ks, n4x); in tls1_multi_block_encrypt() 262 sha256_multi_block(mctx, hash_d, n4x); in tls1_multi_block_encrypt() 294 sha256_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() 125 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument 771 unsigned int n4x = 1, x4; aesni_cbc_hmac_sha256_tls1_multiblock_aad() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 158 size_t inp_len, int n4x) in tls1_1_multi_block_encrypt() 159 { /* n4x is 1 or 2 */ in tls1_1_multi_block_encrypt() 169 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = in tls1_1_multi_block_encrypt() 184 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt() 185 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_1_multi_block_encrypt() 254 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 272 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 273 aesni_multi_cbc_encrypt(ciph_d, &key->ks, n4x); in tls1_1_multi_block_encrypt() 290 sha256_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt() 322 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 155 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA256 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument 827 unsigned int n4x = 1, x4; aesni_cbc_hmac_sha256_ctrl() local [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 163 size_t inp_len, int n4x) in tls1_1_multi_block_encrypt() 164 { /* n4x is 1 or 2 */ in tls1_1_multi_block_encrypt() 174 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = in tls1_1_multi_block_encrypt() 188 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt() 189 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_1_multi_block_encrypt() 255 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 273 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 274 aesni_multi_cbc_encrypt(ciph_d, &key->ks, n4x); in tls1_1_multi_block_encrypt() 291 sha1_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt() 323 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 160 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA1 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument 846 unsigned int n4x = 1, x4; aesni_cbc_hmac_sha1_ctrl() local [all...] |
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 158 size_t inp_len, int n4x) in tls1_1_multi_block_encrypt() 159 { /* n4x is 1 or 2 */ in tls1_1_multi_block_encrypt() 169 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = in tls1_1_multi_block_encrypt() 184 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt() 185 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_1_multi_block_encrypt() 254 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 272 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 273 aesni_multi_cbc_encrypt(ciph_d, &key->ks, n4x); in tls1_1_multi_block_encrypt() 290 sha256_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt() 322 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 155 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA256 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument 827 unsigned int n4x = 1, x4; aesni_cbc_hmac_sha256_ctrl() local [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 163 size_t inp_len, int n4x) in tls1_1_multi_block_encrypt() 164 { /* n4x is 1 or 2 */ in tls1_1_multi_block_encrypt() 174 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = in tls1_1_multi_block_encrypt() 188 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt() 189 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_1_multi_block_encrypt() 255 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 273 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 274 aesni_multi_cbc_encrypt(ciph_d, &key->ks, n4x); in tls1_1_multi_block_encrypt() 291 sha1_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt() 323 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() 160 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA1 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument 846 unsigned int n4x = 1, x4; aesni_cbc_hmac_sha1_ctrl() local [all...] |