Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/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 …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aes_cbc_hmac_sha1.c182 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt()
249 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
285 sha1_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt()
317 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
353 sha1_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
843 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha1_ctrl() local
860 n4x = 2; /* AVX2 */ in aesni_cbc_hmac_sha1_ctrl()
861 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_ctrl()
869 x4 = 4 * n4x; in aesni_cbc_hmac_sha1_ctrl()
870 n4x += 1; in aesni_cbc_hmac_sha1_ctrl()
[all …]
H A De_aes_cbc_hmac_sha256.c179 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt()
249 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
285 sha256_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt()
317 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
365 sha256_multi_block(ctx, edges, n4x); in tls1_1_multi_block_encrypt()
824 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha256_ctrl() local
844 n4x = 2; /* AVX2 */ in aesni_cbc_hmac_sha256_ctrl()
845 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha256_ctrl()
853 x4 = 4 * n4x; in aesni_cbc_hmac_sha256_ctrl()
854 n4x += 1; in aesni_cbc_hmac_sha256_ctrl()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aes_cbc_hmac_sha1.c188 frag = (unsigned int)inp_len >> (1 + n4x); in tls1_1_multi_block_encrypt()
255 sha1_multi_block(ctx, edges, 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()
846 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha1_ctrl() local
863 n4x = 2; /* AVX2 */ in aesni_cbc_hmac_sha1_ctrl()
864 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_ctrl()
872 x4 = 4 * n4x; in aesni_cbc_hmac_sha1_ctrl()
873 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 …]