Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c151 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_multi_block_encrypt()
218 sha1_multi_block(mctx, edges, 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()
718 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha1_tls1_multiblock_aad() local
733 n4x = 2; /* AVX2 */ in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
734 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
742 x4 = 4 * n4x; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
743 n4x += 1; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
[all …]
H A Dcipher_aes_cbc_hmac_sha256_hw.c155 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_multi_block_encrypt()
226 sha256_multi_block(mctx, edges, 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()
771 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha256_tls1_multiblock_aad() local
785 n4x = 2; /* AVX2 */ in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
786 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
794 x4 = 4 * n4x; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
795 n4x += 1; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
[all …]
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c189 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt()
256 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
292 sha1_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt()
324 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
360 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
853 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha1_ctrl() local
870 n4x = 2; /* AVX2 */ in aesni_cbc_hmac_sha1_ctrl()
871 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_ctrl()
879 x4 = 4 * n4x; in aesni_cbc_hmac_sha1_ctrl()
880 n4x += 1; in aesni_cbc_hmac_sha1_ctrl()
[all …]
H A De_aes_cbc_hmac_sha256.c184 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt()
254 sha256_multi_block(ctx, edges, 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()
827 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha256_ctrl() local
847 n4x = 2; /* AVX2 */ in aesni_cbc_hmac_sha256_ctrl()
848 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha256_ctrl()
856 x4 = 4 * n4x; in aesni_cbc_hmac_sha256_ctrl()
857 n4x += 1; in aesni_cbc_hmac_sha256_ctrl()
[all …]

Completed in 16 milliseconds