Home
last modified time | relevance | path

Searched refs:a (Results 1676 – 1700 of 1851) sorted by relevance

1...<<61626364656667686970>>...75

/openssl/crypto/conf/
H A Dconf_lib.c234 static int section_name_cmp(OPENSSL_CSTRING const *a, OPENSSL_CSTRING const *b) in section_name_cmp() argument
236 return strcmp(*a, *b); in section_name_cmp()
/openssl/doc/man3/
H A DOPENSSL_FILE.pod52 this file except in compliance with the License. You can obtain a copy
H A DX509_check_issued.pod42 this file except in compliance with the License. You can obtain a copy
/openssl/doc/man7/
H A DEVP_SIGNATURE-HMAC.pod45 this file except in compliance with the License. You can obtain a copy
H A DEVP_CIPHER-DES.pod74 this file except in compliance with the License. You can obtain a copy
/openssl/providers/common/der/
H A DDIGESTS.asn14 -- this file except in compliance with the License. You can obtain a copy
/openssl/test/ssl-tests/
H A D12-ct.cnf.in5 # this file except in compliance with the License. You can obtain a copy
H A D30-extended-master-secret.cnf.in5 # this file except in compliance with the License. You can obtain a copy
/openssl/include/openssl/
H A Dconfiguration.h.in7 * this file except in compliance with the License. You can obtain a copy
H A Dcmp.h.in9 * this file except in compliance with the License. You can obtain a copy
106 * -- certificate cannot be issued because a duplicate
189 * -- this message contains a warning that a revocation is
192 * -- notification that a revocation has occurred
/openssl/dev/release-aux/
H A Dopenssl-announce-pre-release.tmpl40 To report a bug, open an issue on GitHub:
/openssl/.github/workflows/
H A Dstatic-analysis-on-prem.yml4 # this file except in compliance with the License. You can obtain a copy
H A Drun-checker-ci.yml4 # this file except in compliance with the License. You can obtain a copy
H A Drun-checker-merge.yml4 # this file except in compliance with the License. You can obtain a copy
/openssl/test/recipes/30-test_evp_data/
H A Devpmac_common.txt5 # this file except in compliance with the License. You can obtain a copy
12 # and continue until a blank line. Lines starting with a pound sign are ignored.
318 # Test CMAC with a small key is not allowed
H A Devpciph_des.txt5 # this file except in compliance with the License. You can obtain a copy
/openssl/crypto/rsa/
H A Drsa_ameth.c112 static int rsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in rsa_pub_cmp() argument
118 if (((RSA_flags(a->pkey.rsa) & RSA_METHOD_FLAG_NO_CHECK)) in rsa_pub_cmp()
123 if (BN_cmp(b->pkey.rsa->n, a->pkey.rsa->n) != 0 in rsa_pub_cmp()
124 || BN_cmp(b->pkey.rsa->e, a->pkey.rsa->e) != 0) in rsa_pub_cmp()
/openssl/apps/lib/
H A Dopt.c1261 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) argument
1263 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) argument
/openssl/crypto/x509/
H A Dx509_vfy.c1182 int i = X509_CRL_get_ext_by_NID(a, nid, -1); in crl_extension_match()
1186 if (X509_CRL_get_ext_by_NID(a, nid, i) != -1) in crl_extension_match()
1188 exta = X509_EXTENSION_get_data(X509_CRL_get_ext(a, i)); in crl_extension_match()
1439 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) in idp_check_dp() argument
1446 if (a == NULL || b == NULL) in idp_check_dp()
1448 if (a->type == 1) { in idp_check_dp()
1449 if (a->dpname == NULL) in idp_check_dp()
1455 return X509_NAME_cmp(a->dpname, b->dpname) == 0; in idp_check_dp()
1458 nm = a->dpname; in idp_check_dp()
1464 gens = a->name.fullname; in idp_check_dp()
[all …]
/openssl/ssl/quic/
H A Dquic_stream_map.c81 static int cmp_stream(const QUIC_STREAM *a, const QUIC_STREAM *b) in cmp_stream() argument
83 if (a->id < b->id) in cmp_stream()
85 if (a->id > b->id) in cmp_stream()
/openssl/test/
H A Dasn1_encode_test.c143 typedef int i2d_fn(void *a, unsigned char **pp);
144 typedef void *d2i_fn(void **a, unsigned char **pp, long length);
145 typedef void ifree_fn(void *a); typedef
/openssl/crypto/ec/
H A Dcurve25519.c4243 e[2 * i + 0] = (a[i] >> 0) & 15; in ge_scalarmult_base()
4244 e[2 * i + 1] = (a[i] >> 4) & 15; in ge_scalarmult_base()
4429 static void slide(signed char *r, const uint8_t *a) in slide() argument
4436 r[i] = 1 & (a[i >> 3] >> (i & 7)); in slide()
4549 slide(aslide, a); in ge_double_scalarmult_vartime()
4967 int64_t a0 = kBottom21Bits & load_3(a); in sc_muladd()
4968 int64_t a1 = kBottom21Bits & (load_4(a + 2) >> 5); in sc_muladd()
4969 int64_t a2 = kBottom21Bits & (load_3(a + 5) >> 2); in sc_muladd()
4970 int64_t a3 = kBottom21Bits & (load_4(a + 7) >> 7); in sc_muladd()
4971 int64_t a4 = kBottom21Bits & (load_4(a + 10) >> 4); in sc_muladd()
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_camellia_hw_t4.inc5 * this file except in compliance with the License. You can obtain a copy
/openssl/doc/designs/quic-design/
H A Dquic-statm.md51 - `override_latest_rtt` provides a new latest RTT sample. If it is
/openssl/Configurations/
H A Dwindows-makefile.tmpl207 # If the value from --openssldir is a relative path,
209 # value appended as a subdirectory.
703 # It takes a list of library names and outputs a list of dependencies
721 # source tree). This is a workaround for a limitation of C++Builder's make.exe
814 # Massage the module part to become a real perl module spec
929 # a static library, it really isn't.
956 # The import library may look like a static library, but it is not.
1066 # We already have a 'test' target, and the top directory is just plain

Completed in 92 milliseconds

1...<<61626364656667686970>>...75