Home
last modified time | relevance | path

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

/openssl-master/crypto/sm3/
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-master/crypto/des/
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()
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()
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-master/crypto/md4/
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-master/crypto/ripemd/
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-master/crypto/md5/
A Dmd5_local.h37 unsigned long ll; \
38 ll=(c)->A; (void)HOST_l2c(ll,(s)); \
39 ll=(c)->B; (void)HOST_l2c(ll,(s)); \
40 ll=(c)->C; (void)HOST_l2c(ll,(s)); \
41 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
/openssl-master/crypto/rc5/
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-master/crypto/bn/
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()
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-master/external/perl/Text-Template-1.56/
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-master/crypto/sha/
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)); \
A Dsha256.c81 unsigned long ll; \
86 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
90 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
96 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
/openssl-master/
A DNOTES-ANDROID.md7 Beside basic tools like perl and make you'll need to download the Android
A DCHANGES.md17867 In the fullness of time, I'll do away with the STACK type altogether.
/openssl-master/fuzz/
A DREADME.md20 Configure `openssl` for fuzzing. For now, you'll still need to pass in the path
/openssl-master/crypto/engine/
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-master/doc/man3/
A DENGINE_add.pod352 Here we'll assume an application has been configured by its user or admin
386 Here we'll assume we want to load and register all ENGINE implementations

Completed in 46 milliseconds