Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 15 of 15) sorted by relevance

/openssl/crypto/bn/
H A Dbn_mul.c36 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 Dbn_lib.c916 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 Dbn_local.h651 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
661 int cl, int dl);
H A Dbn_asm.c209 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 Ddso_dlfcn.c307 static int dladdr(void *address, Dl_info *dl) in dladdr() argument
310 v = _rld_new_interface(_RLD_DLADDR, address, dl); in dladdr()
333 static int dladdr(void *ptr, Dl_info *dl) in dladdr() argument
341 dl->dli_fname = NULL; in dladdr()
353 dl->dli_fname = NULL; in dladdr()
386 dl->dli_fname = buffer; in dladdr()
396 return (found && dl->dli_fname != NULL); in dladdr()
/openssl/crypto/bn/asm/
H A Drsaz-3k-avx512.pl304 shl \$4,%dl
305 or %dl,%r8b
312 or %cl,%dl
323 adcb %dl,%r12b
328 xor %dl,%r12b
H A Drsaz-4k-avx512.pl327 shl \$4,%dl
328 or %dl,%r8b
335 or %cl,%dl
353 adcb %dl,%r12b
359 xor %dl,%r12b
H A Drsaz-2k-avx512.pl286 adc %dl, %r10b
290 xor %dl, %r10b
H A Dppc.pl1688 $UMULL r6,r8,r10 #tl = q*dl
/openssl/crypto/
H A Dx86_64cpuid.pl456 setne %dl
/openssl/include/openssl/
H A Dlhash.h.in295 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 Daes-x86_64.pl1316 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 DOPENSSL_LH_COMPFUNC.pod52 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 Dsha512.c549 _asm xchg dh, dl in __pull64be()
553 _asm xchg dh, dl in __pull64be()
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt5788 /+dl
5794 VurBgF5Ph8nfBV3qA257vTvpE51NQ6hlXvfVGgYtmUfRpIAQ7x6hDu3rJ/DR/+dl

Completed in 91 milliseconds