Home
last modified time | relevance | path

Searched refs:a (Results 1651 – 1675 of 1851) sorted by relevance

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

/openssl/demos/http3/
H A Dossl-nghttp3.c50 static int h3_stream_eq(const OSSL_DEMO_H3_STREAM *a, const OSSL_DEMO_H3_STREAM *b) in h3_stream_eq() argument
52 if (a->id < b->id) return -1; in h3_stream_eq()
53 if (a->id > b->id) return 1; in h3_stream_eq()
/openssl/fuzz/
H A Dprovider.c20 static int cmp_##evp(const evp *const *a, const evp *const *b); \
25 static int cmp_##evp(const evp *const *a, const evp *const *b) \
27 return strcmp(OSSL_PROVIDER_get0_name(evp##_get0_provider(*a)), \
/openssl/.github/workflows/
H A Dprov-compat-label.yml4 # this file except in compliance with the License. You can obtain a copy
190 # These can't be figured out earlier and included here as a variable
193 # Note that releases are not used as a test environment for
H A Dwindows.yml4 # this file except in compliance with the License. You can obtain a copy
17 # Run a job for each of the specified target architectures:
166 # Run a job for each of the specified target architectures:
H A Dci.yml4 # this file except in compliance with the License. You can obtain a copy
66 # expected to be available in a certain version of each platform.
85 # Make one fips build use a customized FIPS vendor
337 # --debug -O1 is to produce a debug build that runs in a reasonable amount of time
480 # - That building, testing and installing works with a read-only source
492 run: chmod -R a-w ./source
537 run: chmod -R a-w ./source
/openssl/include/openssl/
H A Docsp.h.in7 * this file except in compliance with the License. You can obtain a copy
263 int OCSP_id_issuer_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b);
264 int OCSP_id_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b);
376 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *a, unsigned long flags);
H A Dcomp.h.in5 * this file except in compliance with the License. You can obtain a copy
/openssl/doc/man7/
H A Dlife_cycle-digest.pod9 All message digests (MDs) go through a number of stages in their life-cycle:
35 For an XOF digest, this state represents the MD when it has generated a
53 The usual life-cycle of a MD is illustrated:
273 this file except in compliance with the License. You can obtain a copy
H A Dopenssl-core_dispatch.h.pod52 this file except in compliance with the License. You can obtain a copy
H A DEVP_CIPHER-ARIA.pod51 this file except in compliance with the License. You can obtain a copy
H A DEVP_MD-SHA2.pod77 this file except in compliance with the License. You can obtain a copy
H A Dlife_cycle-mac.pod10 go through a number of stages in their life-cycle:
46 The usual life-cycle of a MAC is illustrated:
214 this file except in compliance with the License. You can obtain a copy
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md4 This document is a companion to the [QUIC API Overview](./quic-api.md) which
22 - **CSSM**: Connection/Stream State Machine. API related to lifecycle of a
81 TLS 1.3, which is a requirement for QUIC, thus no changes should be needed.
839 layer has not negotiated a ciphersuite so it has no “current” cipher. We could
846 A. We return NULL here, because it allows applications to detect if a
918 than for debug output; i.e., there seems to be little usage of this in a way
926 TODO: forbid middlebox compat mode in a deeper way?
932 `SSL_pending` traditionally yields the number of bytes buffered inside a SSL
943 The latter can probably be viewed as more of a direct correspondence to the
956 peer to respond with a key update in turn. The update occurs asynchronously
[all …]
/openssl/doc/man3/
H A DSSL_CTX_ctrl.pod39 this file except in compliance with the License. You can obtain a copy
H A DSSL_CTX_set_tmp_ecdh.pod46 this file except in compliance with the License. You can obtain a copy
H A DSSL_get_fd.pod49 this file except in compliance with the License. You can obtain a copy
H A DX509_STORE_CTX_get_by_subject.pod47 this file except in compliance with the License. You can obtain a copy
H A DEVP_idea_cbc.pod62 this file except in compliance with the License. You can obtain a copy
/openssl/test/ssl-tests/
H A D23-srp.cnf.in5 # this file except in compliance with the License. You can obtain a copy
H A D27-ticket-appdata.cnf.in5 # this file except in compliance with the License. You can obtain a copy
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt_imexport.inc5 * this file except in compliance with the License. You can obtain a copy
/openssl/VMS/
H A Dopenssl_shutdown.com.in14 $ ! In case there's a problem
/openssl/engines/
H A De_capi.txt4 # this file except in compliance with the License. You can obtain a copy
/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl852 my ($a,$b,$c,$d,$t)=@_;
855 "&add ('$a','$a','$b')",
856 "&eor ('$d','$d','$a')",
864 "&add ('$a','$a','$b')",
865 "&eor ('$d','$d','$a')",
/openssl/crypto/evp/
H A Dpmeth_gn.c292 static int trans_cb(int a, int b, BN_GENCB *gcb) in trans_cb() argument
295 ctx->keygen_info[0] = a; in trans_cb()

Completed in 49 milliseconds

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