Home
last modified time | relevance | path

Searched refs:gt (Results 1 – 25 of 33) sorted by relevance

12

/openssl/doc/man3/
H A DDH_generate_key.pod34 B<dh-E<gt>p> and B<dh-E<gt>g>. It generates a random private DH value
35 unless B<dh-E<gt>priv_key> is already set, and computes the
36 corresponding public value B<dh-E<gt>pub_key>, which can then be
H A DDSA_generate_key.pod24 a new key pair and stores it in B<a-E<gt>pub_key> and B<a-E<gt>priv_key>.
H A DSSL_get_fd.pod34 =item E<gt>=0
H A DBN_cmp.pod32 I<a> E<gt> I<b>. BN_ucmp() is the same using the absolute values
H A DRSA_size.pod25 B<rsa> and B<rsa-E<gt>n> must not be B<NULL>.
H A DDH_size.pod30 B<dh> and B<dh-E<gt>p> must not be B<NULL>.
H A DDH_generate_parameters.pod50 B<generator> is a small number E<gt> 1, typically 2 or 5.
H A DSSL_CTX_use_psk_identity_hint.pod108 =item E<gt>0
H A DSSL_read.pod111 =item E<gt> 0
H A DSSL_write.pod99 =item E<gt> 0
H A DSSL_get_error.pod46 if and only if B<ret E<gt> 0>.
/openssl/crypto/ocsp/
H A Docsp_ext.c416 ASN1_GENERALIZEDTIME *gt = NULL; in OCSP_archive_cutoff_new() local
418 if ((gt = ASN1_GENERALIZEDTIME_new()) == NULL) in OCSP_archive_cutoff_new()
420 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) in OCSP_archive_cutoff_new()
422 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_archiveCutoff, 0, gt); in OCSP_archive_cutoff_new()
424 ASN1_GENERALIZEDTIME_free(gt); in OCSP_archive_cutoff_new()
/openssl/crypto/bn/
H A DREADME.pod134 result in B<rp>, and returns the carry (1 if B<bp> E<gt> B<ap>, 0
210 The bn_fix_top() macro reduces B<a-E<gt>top> to point to the most
215 bn_check_top() verifies that C<((a)-E<gt>top E<gt>= 0 && (a)-E<gt>top
216 E<lt>= (a)-E<gt>dmax)>. A violation will cause the program to abort.
H A Dbn_lib.c722 int gt, lt; in BN_cmp() local
744 gt = 1; in BN_cmp()
747 gt = -1; in BN_cmp()
752 return gt; in BN_cmp()
759 return gt; in BN_cmp()
/openssl/test/testutil/
H A Dtests.c229 DEFINE_COMPARISON(type, name, gt, >, fmt, cast) \
385 DEFINE_BN_COMPARISONS(gt, >, !BN_is_negative(a) && !BN_is_zero(a))
471 DEFINE_TIME_T_COMPARISON(gt, >)
/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
/openssl/test/
H A Dtestutil.h276 DECLARE_COMPARISON(type, name, gt) \

Completed in 34 milliseconds

12