Searched defs:x4 (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/seed/ |
H A D | seed.c | 449 seed_word x1, x2, x3, x4; in SEED_set_key() local 509 seed_word x1, x2, x3, x4; in SEED_encrypt() local 554 seed_word x1, x2, x3, x4; in SEED_decrypt() local
|
/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 774 sub x4,$inp,#128 subroutine
|
/openssl/crypto/idea/ |
H A D | i_cbc.c | 99 register unsigned long x1, x2, x3, x4, t0, t1, ul; in IDEA_encrypt() local
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 138 unsigned int x4 = 4 * n4x, minblocks, processed = 0; in tls1_multi_block_encrypt() local 718 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha1_tls1_multiblock_aad() local
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 142 unsigned int x4 = 4 * n4x, minblocks, processed = 0; in tls1_multi_block_encrypt() local 771 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha256_tls1_multiblock_aad() local
|
/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 169 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = in tls1_1_multi_block_encrypt() local 827 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha256_ctrl() local
|
H A D | e_aes_cbc_hmac_sha1.c | 175 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = in tls1_1_multi_block_encrypt() local 853 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha1_ctrl() local
|
Completed in 23 milliseconds