Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 29) sorted by relevance

12

/openssl-master/ssl/record/
A DREADME.md10 1) A struct definition of the same name as the component
11 2) A set of source files that define the functions for that component
21 dtls1_bitmap.c -> DTLS1_BITMAP component
22 ssl3_buffer.c -> SSL3_BUFFER component
23 ssl3_record.c -> SSL3_RECORD component
24 rec_layer_s3.c, rec_layer_d1.c -> RECORD_LAYER component
26 The RECORD_LAYER component is a facade pattern, i.e. it provides a simplified
31 Any component can directly access its own members - they are private to that
32 component, e.g. ssl3_buffer.c can access members of the SSL3_BUFFER struct
33 without using a macro. No component can directly access the members of another
[all …]
/openssl-master/crypto/cmp/
A Dcmp_util.c128 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, in OSSL_CMP_print_to_bio() argument
142 if (BIO_printf(bio, "%s:%s:%d:", improve_location_name(component, "CMP"), in OSSL_CMP_print_to_bio()
160 const char *component = in OSSL_CMP_print_errors_cb() local
188 OSSL_CMP_print_to_bio(bio, component, file, line, in OSSL_CMP_print_errors_cb()
196 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0) in OSSL_CMP_print_errors_cb()
/openssl-master/doc/man3/
A DEVP_PKEY_check.pod24 EVP_PKEY_param_check() validates the parameters component of the key
28 EVP_PKEY_param_check_quick() validates the parameters component of the key
34 EVP_PKEY_public_check() validates the public component of the key given by B<ctx>.
36 EVP_PKEY_public_check_quick() validates the public component of the key
42 EVP_PKEY_private_check() validates the private component of the key given by B<ctx>.
A DOSSL_CMP_log_open.pod42 typedef int (*OSSL_CMP_log_cb_t)(const char *component,
45 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
62 typedef int (*OSSL_CMP_log_cb_t)(const char *component,
67 some component info (which may be a module name and/or function name) or NULL,
94 OSSL_CMP_print_to_bio() prints the given component info, filename, line number,
96 I<component> usually is a function or module name.
A DOSSL_HTTP_parse_url.pod51 The host (or server) component may be a DNS name or an IP address
53 The port component is optional and defaults to C<0>.
56 The path component is also optional and defaults to C</>.
58 I<ppath>, I<pquery>, and I<pfrag>, is assigned the respective url component.
61 If I<pquery> is NULL, any given query component is handled as part of the path.
70 The port component is optional and defaults to C<443> if the scheme is C<https>,
A DOSSL_CMP_exec_certreq.pod75 CA (or an intermedate PKI component) can fully process and answer the request.
122 (and consequently to at most one response component per CMP message).
A DOSSL_HTTP_transfer.pod201 Any query component is handled as part of the path component.
202 If the scheme component of the I<url> is C<https> a TLS connection is requested
A DOSSL_CMP_SRV_CTX_new.pod138 (and consequently to at most one response component per CMP message).
A DX509_STORE_set_verify_cb_func.pod142 component of I<ctx> with a subject name matching the issuer name of I<x>.
A DEC_KEY_new.pod171 component of I<eckey> and octet form. The octet form consists of the content
A DEVP_PKEY_ASN1_METHOD.pod349 to check the validity of B<pk> for key-pair, public component and parameters,
A DEVP_PKEY_meth_new.pod376 key-pair, the public component and parameters respectively for a given B<pkey>.
A DOSSL_CMP_CTX_new.pod247 is provided as the newPkey or client pkey component of the CMP context.
524 private component then NULL is returned.
/openssl-master/include/openssl/
A Dcmp_util.h47 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
/openssl-master/ssl/statem/
A DREADME.md26 the state changes local to the state machine component
32 Conceptually the state machine component is designed as follows:
/openssl-master/doc/man7/
A DEVP_PKEY-EC.pod127 Used for getting the EC public key X component.
131 Used for getting the EC public key Y component.
A Dbio.pod34 with one component). A chain normally consists of one source/sink
A Dopenssl-glossary.pod197 A provider in OpenSSL is a component that groups together algorithm
A Dcrypto.pod47 A provider in OpenSSL is a component that collects together algorithm
/openssl-master/doc/man1/
A Dopenssl-dsa.pod.in114 This option prints out the value of the public key component of the key.
A Dopenssl-pkey.pod.in62 or the public component of a key pair.
A Dopenssl-ocsp.pod.in165 Any given query component is handled as part of the path component.
A Dopenssl-s_server.pod.in532 Any given query component is handled as part of the path component.
A Dopenssl-cmp.pod.in449 Any given query component is handled as part of the path component.
/openssl-master/doc/man5/
A Dx509v3_config.pod467 value. At least one component must be present.

Completed in 32 milliseconds

12