Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 77) sorted by relevance

1234

/openssl/crypto/ec/
H A Decp_nistp256.c863 u64 equal; in felem_contract() local
875 equal = kPrime[i] ^ out[i]; in felem_contract()
876 equal--; in felem_contract()
877 equal &= equal << 32; in felem_contract()
878 equal &= equal << 16; in felem_contract()
879 equal &= equal << 8; in felem_contract()
880 equal &= equal << 4; in felem_contract()
881 equal &= equal << 2; in felem_contract()
882 equal &= equal << 1; in felem_contract()
883 equal = 0 - (equal >> 63); in felem_contract()
[all …]
/openssl/test/ssl-tests/
H A D13-fragmentation.cnf22 test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048
440 [17-Maximum Fragment Len extension equal FragmentSize to 2048]
441 ssl_conf = 17-Maximum Fragment Len extension equal FragmentSize to 2048-ssl
443 [17-Maximum Fragment Len extension equal FragmentSize to 2048-ssl]
444 server = 17-Maximum Fragment Len extension equal FragmentSize to 2048-server
445 client = 17-Maximum Fragment Len extension equal FragmentSize to 2048-client
447 [17-Maximum Fragment Len extension equal FragmentSize to 2048-server]
452 [17-Maximum Fragment Len extension equal FragmentSize to 2048-client]
460 client = 17-Maximum Fragment Len extension equal FragmentSize to 2048-client-extra
462 [17-Maximum Fragment Len extension equal FragmentSize to 2048-client-extra]
H A D13-fragmentation.cnf.in204 name => "Maximum Fragment Len extension equal FragmentSize to 2048",
/openssl/crypto/x509/
H A Dv3_utl.c832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
844 rv = equal(a->data, a->length, (unsigned char *)b, blen, flags); in do_check_string()
863 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags); in do_check_string()
886 equal_fn equal; in do_x509_check() local
893 equal = equal_email; in do_x509_check()
901 equal = equal_nocase; in do_x509_check()
903 equal = equal_wildcard; in do_x509_check()
906 equal = equal_case; in do_x509_check()
978 if ((rv = do_check_string(cstr, alt_type, equal, flags, in do_x509_check()
1000 if ((rv = do_check_string(str, -1, equal, flags, in do_x509_check()
/openssl/doc/man3/
H A DOPENSSL_gmtime.pod29 It is an error to call OPENSSL_gmtime() with I<result> equal to NULL. The
31 with I<timer> equal to NULL means use the current time.
H A DCRYPTO_memcmp.pod22 CRYPTO_memcmp() returns 0 if the memory regions are equal and nonzero
H A DASN1_STRING_length.pod90 ASN1_STRING_cmp() returns an integer greater than, equal to, or less than 0,
91 according to whether I<a> is greater than, equal to, or less than I<b>.
H A DOPENSSL_strcasecmp.pod27 Both functions return an integer less than, equal to, or greater than zero if
H A DEC_POINT_add.pod44 EC_POINT_cmp compares the two supplied points and tests whether or not they are equal.
75 EC_POINT_cmp returns 1 if the points are not equal, 0 if they are, or -1 on error.
H A DRSA_public_encrypt.pod68 be equal to RSA_size(B<rsa>) but may be smaller, when leading zero
72 data (which is equal to RSA_size(B<rsa>) for RSA_NO_PADDING,
H A DBN_zero.pod44 If a B<BIGNUM> is equal to the value of all-bits-set, it will collide
H A DSSL_CTX_set_ct_validation_callback.pod40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod57 the callback function will be called with I<enc> equal to 1. The OpenSSL
84 with an argument of enc equal to 1 to set the new ticket.
110 If called with enc equal to 0 the library will call the I<cb> again to get
H A DBN_mod_exp_mont.pod43 fixed and equal modulus sizes I<m1> and I<m2> it uses optimizations that allow
H A DEVP_PKEY_set_type.pod40 found, and is equal to or closely related to I<type> in the case of
H A DPKCS5_PBKDF2_HMAC.pod35 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any
H A DSSL_CTX_set_split_send_fragment.pod81 B<split_send_fragment> must always be less than or equal to
82 B<max_send_fragment>. By default it is set to be equal to B<max_send_fragment>.
H A DOCSP_request_add1_nonce.pod39 nonces are present and equal 1 is returned. If the nonces are absent 2 is
H A DX509_cmp_time.pod61 is earlier than, or equal to, I<in_tm> (resp. current time), and 1
/openssl/doc/man7/
H A DEVP_MD-common.pod35 The length of the "flags" parameter should equal that of an
H A DEVP_MAC-GMAC.pod67 The length of the "size" parameter is equal to that of an B<unsigned int>.
H A DEVP_MAC-CMAC.pod72 The length of the "size" parameter is equal to that of an B<unsigned int>.
H A DEVP_MAC-HMAC.pod81 The length of the "size" parameter is equal to that of an B<unsigned int>.
/openssl/doc/internal/man3/
H A Dossl_rsa_get0_all_params.pod54 The number of primes must always be equal to the number of exponents, and
H A DOSSL_TIME.pod111 is smaller than I<b>, 0 if they are equal and +1 if I<a> is
133 The result is equal to &#x230A;I<a> &#xD7; I<b> &#xF7; I<c>&#x230B;.

Completed in 47 milliseconds

1234