Searched refs:n4x (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/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() argument 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() 322 sha1_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() [all …]
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 128 size_t inp_len, int n4x) in tls1_multi_block_encrypt() argument 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() 342 sha256_multi_block(mctx, edges, n4x); in tls1_multi_block_encrypt() [all …]
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 163 size_t inp_len, int n4x) in tls1_1_multi_block_encrypt() argument 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() 359 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() [all …]
|
H A D | e_aes_cbc_hmac_sha256.c | 158 size_t inp_len, int n4x) in tls1_1_multi_block_encrypt() argument 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() 370 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt() [all …]
|