Searched refs:wrapped (Results 1 – 22 of 22) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_PKEY_decapsulate.pod | 17 const unsigned char *wrapped, size_t wrappedlen); 33 I<wrapped> and I<wrappedlen> parameters.
|
H A D | BIO_s_core.pod | 23 should be wrapped using a BIO_s_core().
|
H A D | BIO_new_CMS.pod | 38 It is possible to chain multiple BIOs to, for example, create a triple wrapped
|
H A D | EVP_PKEY_encapsulate.pod | 47 it is large enough to hold the result written to I<wrapped>.
|
H A D | OSSL_trace_set_channel.pod | 34 get more finegrained trace information. This callback will be wrapped 65 it's called. The callback function is internally wrapped by a
|
H A D | BIO_s_file.pod | 34 BIO_flush() on a file BIO calls the fflush() function on the wrapped
|
H A D | OSSL_STORE_open.pod | 108 available object and return it wrapped with B<OSSL_STORE_INFO>.
|
H A D | ASN1_generate_nconf.pod | 240 # pubkeyinfo contains an algorithm identifier and the public key wrapped
|
H A D | X509_LOOKUP.pod | 102 wrapped by a macro call, see below.
|
H A D | OSSL_trace_enabled.pod | 76 The latter is wrapped internally by a dedicated BIO object, so for the
|
H A D | OSSL_STORE_LOADER.pod | 235 structure that can be wrapped in a B<OSSL_STORE_INFO> using one of the
|
H A D | DEFINE_STACK_OF.pod | 82 is wrapped with application-specific functions.
|
H A D | SSL_CTX_set_options.pod | 329 The session information is cached on the server and the session id is wrapped up
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_s390x.inc | 170 /* ctx->ares contains a complete block if offset has wrapped around */ 237 /* ctx->mres contains a complete block if offset has wrapped around */
|
/openssl/test/ |
H A D | evp_test.c | 2189 unsigned char *wrapped = NULL, *secret = NULL; in encapsulate() local 2214 wrapped = OPENSSL_malloc(wrappedlen); in encapsulate() 2216 if (!TEST_ptr(wrapped) || !TEST_ptr(secret)) { in encapsulate() 2220 if (EVP_PKEY_encapsulate(ctx, wrapped, &wrappedlen, secret, &secretlen) <= 0) { in encapsulate() 2229 *outwrapped = wrapped; in encapsulate() 2236 OPENSSL_free(wrapped); in encapsulate() 2299 unsigned char *wrapped = NULL, *secret = NULL; in kem_test_run() local 2304 ret = encapsulate(t, kdata->ctx, kdata->op, &wrapped, &wrappedlen, in kem_test_run() 2308 ret = decapsulate(t, kdata->ctx, kdata->op, wrapped, wrappedlen, in kem_test_run() 2315 OPENSSL_free(wrapped); in kem_test_run()
|
/openssl/doc/man7/ |
H A D | ossl-guide-tls-server-block.pod | 207 * Create a listener socket wrapped in a BIO. 247 On success the accepted client connection has been wrapped in a fresh BIO and
|
H A D | ossl-guide-quic-introduction.pod | 109 TLS handshake also exists in QUIC. The TLS handshake messages are wrapped up in
|
H A D | provider-encoder.pod | 173 (presumably an asymmetric key pair, in this case) will be wrapped in a
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_rsa.txt | 136 # DigestInfo-wrapped MDC-2 signature
|
/openssl/include/openssl/ |
H A D | evp.h | 1994 const unsigned char *wrapped, size_t wrappedlen);
|
/openssl/crypto/err/ |
H A D | openssl.txt | 1567 SSL_R_SEQUENCE_CTR_WRAPPED:327:sequence ctr wrapped
|
/openssl/ |
H A D | CHANGES.md | 5254 * Headers are now wrapped, if necessary, with OPENSSL_NO_xxx, so
|
Completed in 156 milliseconds