Home
last modified time | relevance | path

Searched refs:x4 (Results 1 – 18 of 18) sorted by relevance

/openssl/crypto/seed/
H A Dseed.c449 seed_word x1, x2, x3, x4; in SEED_set_key() local
455 char2word(rawkey + 12, x4); in SEED_set_key()
458 t1 = (x2 - x4 + KC0) & 0xffffffff; in SEED_set_key()
509 seed_word x1, x2, x3, x4; in SEED_encrypt() local
515 char2word(s + 12, x4); in SEED_encrypt()
518 E_SEED(t0, t1, x1, x2, x3, x4, 0); in SEED_encrypt()
519 E_SEED(t0, t1, x3, x4, x1, x2, 2); in SEED_encrypt()
545 word2char(x4, d + 4); in SEED_encrypt()
554 seed_word x1, x2, x3, x4; in SEED_decrypt() local
560 char2word(s + 12, x4); in SEED_decrypt()
[all …]
/openssl/crypto/idea/
H A Di_cbc.c99 register unsigned long x1, x2, x3, x4, t0, t1, ul; in IDEA_encrypt() local
103 x4 = d[1]; in IDEA_encrypt()
104 x3 = (x4 >> 16); in IDEA_encrypt()
124 x4 &= 0xffff; in IDEA_encrypt()
125 idea_mul(x4, x4, *p, ul); in IDEA_encrypt()
128 d[1] = (x4 & 0xffff) | ((t1 & 0xffff) << 16); in IDEA_encrypt()
H A Didea_local.h90 x4&=0xffff; \
91 idea_mul(x4,x4,*p,ul); p++; \
94 t1=(t0+(x2^x4))&0xffff; \
98 x4^=t0; \
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c155 last -= x4 - 1; in tls1_multi_block_encrypt()
169 for (i = 1; i < x4; i++) { in tls1_multi_block_encrypt()
181 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
230 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
257 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
289 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
324 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
718 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha1_tls1_multiblock_aad() local
742 x4 = 4 * n4x; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
749 last -= x4 - 1; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
[all …]
H A Dcipher_aes_cbc_hmac_sha256_hw.c159 last -= x4 - 1; in tls1_multi_block_encrypt()
173 for (i = 1; i < x4; i++) { in tls1_multi_block_encrypt()
186 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
238 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
265 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
297 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
344 for (i = 0; i < x4; i++) { in tls1_multi_block_encrypt()
771 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha256_tls1_multiblock_aad() local
794 x4 = 4 * n4x; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
801 last -= x4 - 1; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
[all …]
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c193 last -= x4 - 1; in tls1_1_multi_block_encrypt()
207 for (i = 1; i < x4; i++) { in tls1_1_multi_block_encrypt()
219 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
268 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
277 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
295 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
327 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
362 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
853 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha1_ctrl() local
879 x4 = 4 * n4x; in aesni_cbc_hmac_sha1_ctrl()
[all …]
H A De_aes_cbc_hmac_sha256.c188 last -= x4 - 1; in tls1_1_multi_block_encrypt()
202 for (i = 1; i < x4; i++) { in tls1_1_multi_block_encrypt()
214 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
266 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
275 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
293 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
325 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
372 for (i = 0; i < x4; i++) { in tls1_1_multi_block_encrypt()
827 unsigned int n4x = 1, x4; in aesni_cbc_hmac_sha256_ctrl() local
856 x4 = 4 * n4x; in aesni_cbc_hmac_sha256_ctrl()
[all …]
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1014 // x4 -> 128-bit initialisation vector (or preceding 128-bit block of ciphertext if continuing af…
1051 ldr q15, [x4] // load IV
1234 stp x1, x4, [sp, #-32]!
1241 ldp x1, x4, [sp], #32
1254 str q15, [x4] // return IV
1269 // x4 -> initial value of 128-bit counter (stored big-endian) which increments, modulo 2^32, for …
1299 ldr q0, [x4] // load counter
1427 ldr w23, [x4, #12] // load counter .LSW
1428 ldr q1, [x4] // load whole counter value
1474 // x4 -> key2 (used to encrypt the initial vector to yield the initial tweak)
[all …]
/openssl/doc/man3/
H A DPEM_read_bio_ex.pod14 #define PEM_FLAG_ONLY_B64 0x4
/openssl/include/openssl/
H A Dx509v3.h.in120 # define X509V3_EXT_MULTILINE 0x4
365 # define IDP_ONLYUSER 0x4
411 # define EXFLAG_XKUSAGE 0x4
455 # define XKU_SMIME 0x4
770 # define X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS 0x4
H A Dconf.h.in71 # define CONF_MFLAGS_SILENT 0x4
H A Dpkcs7.h.in203 # define PKCS7_NOSIGS 0x4
H A Dx509_vfy.h.in326 # define X509_V_FLAG_CRL_CHECK 0x4
372 # define X509_VP_FLAG_RESET_FLAGS 0x4
H A Docsp.h.in78 # define OCSP_NOSIGS 0x4
H A Dcms.h.in76 # define CMS_NO_CONTENT_VERIFY 0x4
H A Dasn1t.h.in85 # define ASN1_ITYPE_EXTERN 0x4
H A Dssl.h.in545 # define SSL_BUILD_CHAIN_FLAG_CHECK 0x4
577 # define SSL_CONF_FLAG_CLIENT 0x4
587 # define SSL_CONF_TYPE_NONE 0x4
H A Dx509.h.in806 # define X509_ADD_FLAG_NO_DUP 0x4

Completed in 91 milliseconds