/openssl/crypto/sm3/ |
H A D | sm3_local.h | 25 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 D | ecb_enc.c | 40 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 D | ecb3_enc.c | 23 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 D | fcrypt.c | 101 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 D | md4_local.h | 26 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 D | rmd_local.h | 36 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 D | md5_local.h | 39 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 D | rc5_skey.c | 22 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 D | bn_word.c | 183 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 D | bn_asm.c | 275 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 D | sha256.c | 89 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 D | sha_local.h | 23 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 D | INSTALL | 11 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 D | argon2.c | 563 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 D | documenting-functions-and-macros.md | 21 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 D | quic-connID-retire.md | 68 be retransmitted, they'll be done so using a new CID on a new route.
|
/openssl/ |
H A D | NOTES-ANDROID.md | 7 Beside basic tools like perl and make, you'll need to download the Android
|
H A D | build.info | 115 # versions of these generated files, you'll find them in the exporters
|
H A D | INSTALL.md | 1419 set like this (Unix syntax shown, you'll have to adapt for other platforms):
|
H A D | CHANGES.md | 19806 In the fullness of time, I'll do away with the STACK type altogether.
|
/openssl/crypto/engine/ |
H A D | README.md | 16 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 D | README.md | 20 Configure `openssl` for fuzzing. For now, you'll still need to pass in the path
|
/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 353 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
|