Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 35) sorted by relevance

12

/openssl/doc/man3/
H A DBN_set_bit.pod27 BN_set_bit() sets bit B<n> in B<a> to 1 (C<a|=(1E<lt>E<lt>n)>). The
30 BN_clear_bit() sets bit B<n> in B<a> to 0 (C<a&=~(1E<lt>E<lt>n)>). An
36 (C<a&=~((~0)E<lt>E<lt>n)>). An error occurs if B<a> already is
H A DBN_rand.pod63 in the range 0 E<lt>= I<rnd> E<lt> I<range> using the random number
H A DBN_cmp.pod31 BN_cmp() returns -1 if I<a> E<lt> I<b>, 0 if I<a> == I<b> and 1 if
H A DSSL_do_handshake.pod56 =item E<lt>0
H A DSSL_accept.pod55 =item E<lt>0
H A DSSL_connect.pod70 =item E<lt>0
H A DRSA_generate_key.pod48 with I<num> E<lt> 1024 should be considered insecure. The exponent is an odd
H A DSSL_write.pod126 =item E<lt> 0
H A DSSL_shutdown.pod149 =item E<lt>0
/openssl/crypto/bn/
H A Dbn_local.h574 BN_ULONG m,m1,lt,ht; \
576 lt=l; \
578 m =(bh)*(lt); \
579 lt=(bl)*(lt); \
585 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \
586 (l)=lt; \
H A Dbn_lib.c722 int gt, lt; in BN_cmp() local
745 lt = -1; in BN_cmp()
748 lt = 1; in BN_cmp()
754 return lt; in BN_cmp()
761 return lt; in BN_cmp()
/openssl/test/certs/
H A DembeddedSCTs1_issuer-key.pem10 T++f3OoVbV+OHLWI9DvV/VphlO34ZaWHtDjor4+ycNSkdpH2t1ecmob/zs/5lt+T
/openssl/test/testutil/
H A Dtests.c227 DEFINE_COMPARISON(type, name, lt, <, fmt, cast) \
387 DEFINE_BN_COMPARISONS(lt, <, BN_is_negative(a) && !BN_is_zero(a))
473 DEFINE_TIME_T_COMPARISON(lt, <)
/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod9 - internal number E<lt>-E<gt> name map
35 A B<OSSL_NAMEMAP> is a one-to-many number E<lt>-E<gt> names map, which
/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod60 That is, any of the characters C<,+"E<lt>E<gt>;>, C<#> at the beginning of
/openssl/doc/man7/
H A Dprovider-storemgmt.pod5 provider-storemgmt - The OSSL_STORE library E<lt>-E<gt> provider functions
H A Dprovider-kem.pod5 provider-kem - The kem library E<lt>-E<gt> provider functions
H A Dprovider-mac.pod5 provider-mac - The mac library E<lt>-E<gt> provider functions
H A Dprovider-keyexch.pod5 provider-keyexch - The keyexch library E<lt>-E<gt> provider functions
H A Dprovider-asym_cipher.pod5 provider-asym_cipher - The asym_cipher library E<lt>-E<gt> provider functions
H A Dprovider-cipher.pod5 provider-cipher - The cipher library E<lt>-E<gt> provider functions
H A Dprovider-digest.pod5 provider-digest - The digest library E<lt>-E<gt> provider functions
H A Dprovider-rand.pod5 provider-rand - The random number generation library E<lt>-E<gt> provider
H A Dprovider-decoder.pod5 provider-decoder - The OSSL_DECODER library E<lt>-E<gt> provider functions
/openssl/test/
H A Dtestutil.h274 DECLARE_COMPARISON(type, name, lt) \

Completed in 52 milliseconds

12