Searched refs:component (Results 1 – 25 of 29) sorted by relevance
12
/openssl-master/ssl/record/ |
A D | README.md | 10 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 D | cmp_util.c | 128 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 D | EVP_PKEY_check.pod | 24 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 D | OSSL_CMP_log_open.pod | 42 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 D | OSSL_HTTP_parse_url.pod | 51 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 D | OSSL_CMP_exec_certreq.pod | 75 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 D | OSSL_HTTP_transfer.pod | 201 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 D | OSSL_CMP_SRV_CTX_new.pod | 138 (and consequently to at most one response component per CMP message).
|
A D | X509_STORE_set_verify_cb_func.pod | 142 component of I<ctx> with a subject name matching the issuer name of I<x>.
|
A D | EC_KEY_new.pod | 171 component of I<eckey> and octet form. The octet form consists of the content
|
A D | EVP_PKEY_ASN1_METHOD.pod | 349 to check the validity of B<pk> for key-pair, public component and parameters,
|
A D | EVP_PKEY_meth_new.pod | 376 key-pair, the public component and parameters respectively for a given B<pkey>.
|
A D | OSSL_CMP_CTX_new.pod | 247 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 D | cmp_util.h | 47 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
|
/openssl-master/ssl/statem/ |
A D | README.md | 26 the state changes local to the state machine component 32 Conceptually the state machine component is designed as follows:
|
/openssl-master/doc/man7/ |
A D | EVP_PKEY-EC.pod | 127 Used for getting the EC public key X component. 131 Used for getting the EC public key Y component.
|
A D | bio.pod | 34 with one component). A chain normally consists of one source/sink
|
A D | openssl-glossary.pod | 197 A provider in OpenSSL is a component that groups together algorithm
|
A D | crypto.pod | 47 A provider in OpenSSL is a component that collects together algorithm
|
/openssl-master/doc/man1/ |
A D | openssl-dsa.pod.in | 114 This option prints out the value of the public key component of the key.
|
A D | openssl-pkey.pod.in | 62 or the public component of a key pair.
|
A D | openssl-ocsp.pod.in | 165 Any given query component is handled as part of the path component.
|
A D | openssl-s_server.pod.in | 532 Any given query component is handled as part of the path component.
|
A D | openssl-cmp.pod.in | 449 Any given query component is handled as part of the path component.
|
/openssl-master/doc/man5/ |
A D | x509v3_config.pod | 467 value. At least one component must be present.
|
Completed in 32 milliseconds
12