Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 23 of 23) sorted by relevance

/openssl/crypto/sm3/
H A Dsm3_local.h25 unsigned long ll; \
26 ll=(c)->A; (void)HOST_l2c(ll, (s)); \
27 ll=(c)->B; (void)HOST_l2c(ll, (s)); \
28 ll=(c)->C; (void)HOST_l2c(ll, (s)); \
29 ll=(c)->D; (void)HOST_l2c(ll, (s)); \
30 ll=(c)->E; (void)HOST_l2c(ll, (s)); \
31 ll=(c)->F; (void)HOST_l2c(ll, (s)); \
32 ll=(c)->G; (void)HOST_l2c(ll, (s)); \
33 ll=(c)->H; (void)HOST_l2c(ll, (s)); \
/openssl/crypto/des/
H A Decb_enc.c40 DES_LONG ll[2]; in DES_ecb_encrypt() local
45 ll[0] = l; in DES_ecb_encrypt()
47 ll[1] = l; in DES_ecb_encrypt()
48 DES_encrypt1(ll, ks, enc); in DES_ecb_encrypt()
49 l = ll[0]; in DES_ecb_encrypt()
51 l = ll[1]; in DES_ecb_encrypt()
53 l = ll[0] = ll[1] = 0; in DES_ecb_encrypt()
H A Decb3_enc.c23 DES_LONG ll[2]; in DES_ecb3_encrypt() local
29 ll[0] = l0; in DES_ecb3_encrypt()
30 ll[1] = l1; in DES_ecb3_encrypt()
32 DES_encrypt3(ll, ks1, ks2, ks3); in DES_ecb3_encrypt()
34 DES_decrypt3(ll, ks1, ks2, ks3); in DES_ecb3_encrypt()
35 l0 = ll[0]; in DES_ecb3_encrypt()
36 l1 = ll[1]; in DES_ecb3_encrypt()
H A Dfcrypt.c101 DES_LONG out[2], ll; in DES_fcrypt() local
132 ll = out[0]; in DES_fcrypt()
133 l2c(ll, b); in DES_fcrypt()
134 ll = out[1]; in DES_fcrypt()
135 l2c(ll, b); in DES_fcrypt()
/openssl/crypto/md4/
H A Dmd4_local.h26 unsigned long ll; \
27 ll=(c)->A; (void)HOST_l2c(ll,(s)); \
28 ll=(c)->B; (void)HOST_l2c(ll,(s)); \
29 ll=(c)->C; (void)HOST_l2c(ll,(s)); \
30 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
/openssl/crypto/ripemd/
H A Drmd_local.h36 unsigned long ll; \
37 ll=(c)->A; (void)HOST_l2c(ll,(s)); \
38 ll=(c)->B; (void)HOST_l2c(ll,(s)); \
39 ll=(c)->C; (void)HOST_l2c(ll,(s)); \
40 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
41 ll=(c)->E; (void)HOST_l2c(ll,(s)); \
/openssl/crypto/md5/
H A Dmd5_local.h39 unsigned long ll; \
40 ll=(c)->A; (void)HOST_l2c(ll,(s)); \
41 ll=(c)->B; (void)HOST_l2c(ll,(s)); \
42 ll=(c)->C; (void)HOST_l2c(ll,(s)); \
43 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
/openssl/crypto/rc5/
H A Drc5_skey.c22 RC5_32_INT L[64], l, ll, A, B, *S, k; in RC5_32_set_key() local
44 c2ln(data, l, ll, k); in RC5_32_set_key()
46 L[j + 1] = ll; in RC5_32_set_key()
/openssl/crypto/bn/
H A Dbn_word.c183 BN_ULONG ll; in BN_mul_word() local
191 ll = bn_mul_words(a->d, a->d, a->top, w); in BN_mul_word()
192 if (ll) { in BN_mul_word()
195 a->d[a->top++] = ll; in BN_mul_word()
H A Dbn_asm.c275 BN_ULLONG ll = 0; in bn_add_words() local
283 ll += (BN_ULLONG) a[0] + b[0]; in bn_add_words()
285 ll >>= BN_BITS2; in bn_add_words()
286 ll += (BN_ULLONG) a[1] + b[1]; in bn_add_words()
288 ll >>= BN_BITS2; in bn_add_words()
289 ll += (BN_ULLONG) a[2] + b[2]; in bn_add_words()
291 ll >>= BN_BITS2; in bn_add_words()
292 ll += (BN_ULLONG) a[3] + b[3]; in bn_add_words()
294 ll >>= BN_BITS2; in bn_add_words()
304 ll >>= BN_BITS2; in bn_add_words()
[all …]
/openssl/crypto/sha/
H A Dsha256.c89 unsigned long ll; \
94 ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); \
99 ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); \
104 ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); \
111 ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); \
H A Dsha_local.h23 unsigned long ll; \
24 ll=(c)->h0; (void)HOST_l2c(ll,(s)); \
25 ll=(c)->h1; (void)HOST_l2c(ll,(s)); \
26 ll=(c)->h2; (void)HOST_l2c(ll,(s)); \
27 ll=(c)->h3; (void)HOST_l2c(ll,(s)); \
28 ll=(c)->h4; (void)HOST_l2c(ll,(s)); \
/openssl/external/perl/Text-Template-1.56/
H A DINSTALL11 of `make test' and `perl -V'. I'll tell you whether it is safe to go
12 ahead, or I'll provide a fix.
/openssl/providers/implementations/kdfs/
H A Dargon2.c563 uint32_t r, s, l, ll; in fill_mem_blocks_mt() local
595 for (ll = 0; ll < l; ++ll) { in fill_mem_blocks_mt()
596 if (ossl_crypto_thread_join(t[ll], NULL) == 0) in fill_mem_blocks_mt()
598 if (ossl_crypto_thread_clean(t[ll]) == 0) in fill_mem_blocks_mt()
600 t[ll] = NULL; in fill_mem_blocks_mt()
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md21 and you'll want to document this.
34 If you do use an unrelated name (like `BIO_dgram.pod`) then you'll get
/openssl/doc/designs/quic-design/
H A Dquic-connID-retire.md68 be retransmitted, they'll be done so using a new CID on a new route.
/openssl/
H A DNOTES-ANDROID.md7 Beside basic tools like perl and make, you'll need to download the Android
H A Dbuild.info115 # versions of these generated files, you'll find them in the exporters
H A DINSTALL.md1395 set like this (Unix syntax shown, you'll have to adapt for other platforms):
H A DCHANGES.md19742 In the fullness of time, I'll do away with the STACK type altogether.
/openssl/crypto/engine/
H A DREADME.md16 I'll mention a bit about that first. EVP_CIPHER (and most of this applies
81 us to conceivably operate with *no* ENGINE. As we'll see, this removes any need
/openssl/fuzz/
H A DREADME.md20 Configure `openssl` for fuzzing. For now, you'll still need to pass in the path
/openssl/doc/man3/
H A DENGINE_add.pod353 Here we'll assume an application has been configured by its user or admin
387 Here we'll assume we want to load and register all ENGINE implementations

Completed in 127 milliseconds