Searched refs:dl (Results 1 – 15 of 15) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_mul.c | 36 if (dl == 0) in bn_sub_part_words() 43 if (dl < 0) { in bn_sub_part_words() 49 if (++dl >= 0) in bn_sub_part_words() 56 if (++dl >= 0) in bn_sub_part_words() 63 if (++dl >= 0) in bn_sub_part_words() 70 if (++dl >= 0) in bn_sub_part_words() 77 int save_dl = dl; in bn_sub_part_words() 83 if (--dl <= 0) in bn_sub_part_words() 107 save_dl = dl; in bn_sub_part_words() 111 if (dl > 0) { in bn_sub_part_words() [all …]
|
H A D | bn_lib.c | 916 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) in bn_cmp_part_words() argument 921 if (dl < 0) { in bn_cmp_part_words() 922 for (i = dl; i < 0; i++) { in bn_cmp_part_words() 927 if (dl > 0) { in bn_cmp_part_words() 928 for (i = dl; i > 0; i--) { in bn_cmp_part_words()
|
H A D | bn_local.h | 651 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl); 661 int cl, int dl);
|
H A D | bn_asm.c | 209 BN_ULONG dh, dl, q, ret = 0, th, tl, t; in bn_div_words() local 228 dl = (d & BN_MASK2l); in bn_div_words() 236 tl = dl * q; in bn_div_words() 244 tl -= dl; in bn_div_words()
|
/openssl/crypto/dso/ |
H A D | dso_dlfcn.c | 308 static int dladdr(void *address, Dl_info *dl) in dladdr() argument 311 v = _rld_new_interface(_RLD_DLADDR, address, dl); in dladdr() 334 static int dladdr(void *ptr, Dl_info *dl) in dladdr() argument 342 dl->dli_fname = NULL; in dladdr() 354 dl->dli_fname = NULL; in dladdr() 387 dl->dli_fname = buffer; in dladdr() 397 return (found && dl->dli_fname != NULL); in dladdr()
|
/openssl/crypto/bn/asm/ |
H A D | rsaz-3k-avx512.pl | 304 shl \$4,%dl 305 or %dl,%r8b 312 or %cl,%dl 323 adcb %dl,%r12b 328 xor %dl,%r12b
|
H A D | rsaz-4k-avx512.pl | 327 shl \$4,%dl 328 or %dl,%r8b 335 or %cl,%dl 353 adcb %dl,%r12b 359 xor %dl,%r12b
|
H A D | rsaz-2k-avx512.pl | 286 adc %dl, %r10b 290 xor %dl, %r10b
|
H A D | ppc.pl | 1688 $UMULL r6,r8,r10 #tl = q*dl
|
/openssl/crypto/ |
H A D | x86_64cpuid.pl | 456 setne %dl
|
/openssl/include/openssl/ |
H A D | lhash.h.in | 295 lh_##type##_set_down_load(LHASH_OF(type) *lh, unsigned long dl) \ 297 OPENSSL_LH_set_down_load((OPENSSL_LHASH *)lh, dl); \
|
/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 1316 movz %dl,%esi # rk[i]>>0 1324 movz %dl,%esi # rk[i]>>16 1524 movz %dl,%esi # rk[11]>>0 1532 movz %dl,%esi # rk[11]>>16
|
/openssl/doc/man3/ |
H A D | OPENSSL_LH_COMPFUNC.pod | 52 void lh_TYPE_set_down_load(OPENSSL_LHASH *lh, unsigned long dl); 74 void OPENSSL_LH_set_down_load(OPENSSL_LHASH *lh, unsigned long dl);
|
/openssl/crypto/sha/ |
H A D | sha512.c | 549 _asm xchg dh, dl in __pull64be() 553 _asm xchg dh, dl in __pull64be()
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kas.txt | 5788 /+dl 5794 VurBgF5Ph8nfBV3qA257vTvpE51NQ6hlXvfVGgYtmUfRpIAQ7x6hDu3rJ/DR/+dl
|
Completed in 71 milliseconds