/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 863 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 D | 13-fragmentation.cnf | 22 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 D | 13-fragmentation.cnf.in | 204 name => "Maximum Fragment Len extension equal FragmentSize to 2048",
|
/openssl/crypto/x509/ |
H A D | v3_utl.c | 832 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 D | OPENSSL_gmtime.pod | 29 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 D | CRYPTO_memcmp.pod | 22 CRYPTO_memcmp() returns 0 if the memory regions are equal and nonzero
|
H A D | ASN1_STRING_length.pod | 90 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 D | OPENSSL_strcasecmp.pod | 27 Both functions return an integer less than, equal to, or greater than zero if
|
H A D | EC_POINT_add.pod | 44 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 D | RSA_public_encrypt.pod | 68 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 D | BN_zero.pod | 44 If a B<BIGNUM> is equal to the value of all-bits-set, it will collide
|
H A D | SSL_CTX_set_ct_validation_callback.pod | 40 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 D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 57 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 D | BN_mod_exp_mont.pod | 43 fixed and equal modulus sizes I<m1> and I<m2> it uses optimizations that allow
|
H A D | EVP_PKEY_set_type.pod | 40 found, and is equal to or closely related to I<type> in the case of
|
H A D | PKCS5_PBKDF2_HMAC.pod | 35 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any
|
H A D | SSL_CTX_set_split_send_fragment.pod | 81 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 D | OCSP_request_add1_nonce.pod | 39 nonces are present and equal 1 is returned. If the nonces are absent 2 is
|
H A D | X509_cmp_time.pod | 61 is earlier than, or equal to, I<in_tm> (resp. current time), and 1
|
/openssl/doc/man7/ |
H A D | EVP_MD-common.pod | 35 The length of the "flags" parameter should equal that of an
|
H A D | EVP_MAC-GMAC.pod | 67 The length of the "size" parameter is equal to that of an B<unsigned int>.
|
H A D | EVP_MAC-CMAC.pod | 72 The length of the "size" parameter is equal to that of an B<unsigned int>.
|
H A D | EVP_MAC-HMAC.pod | 81 The length of the "size" parameter is equal to that of an B<unsigned int>.
|
/openssl/doc/internal/man3/ |
H A D | ossl_rsa_get0_all_params.pod | 54 The number of primes must always be equal to the number of exponents, and
|
H A D | OSSL_TIME.pod | 111 is smaller than I<b>, 0 if they are equal and +1 if I<a> is 133 The result is equal to ⌊I<a> × I<b> ÷ I<c>⌋.
|