Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 21 of 21) sorted by relevance

/openssl/doc/man3/
H A DEVP_PKEY_decapsulate.pod17 const unsigned char *wrapped, size_t wrappedlen);
33 I<wrapped> and I<wrappedlen> parameters.
H A DBIO_s_core.pod23 should be wrapped using a BIO_s_core().
H A DBIO_new_CMS.pod38 It is possible to chain multiple BIOs to, for example, create a triple wrapped
H A DOSSL_trace_set_channel.pod34 get more finegrained trace information. This callback will be wrapped
65 it's called. The callback function is internally wrapped by a
H A DBIO_s_file.pod34 BIO_flush() on a file BIO calls the fflush() function on the wrapped
H A DOSSL_STORE_open.pod108 available object and return it wrapped with B<OSSL_STORE_INFO>.
H A DASN1_generate_nconf.pod240 # pubkeyinfo contains an algorithm identifier and the public key wrapped
H A DX509_LOOKUP.pod102 wrapped by a macro call, see below.
H A DOSSL_trace_enabled.pod76 The latter is wrapped internally by a dedicated BIO object, so for the
H A DOSSL_STORE_LOADER.pod235 structure that can be wrapped in a B<OSSL_STORE_INFO> using one of the
H A DDEFINE_STACK_OF.pod82 is wrapped with application-specific functions.
H A DSSL_CTX_set_options.pod329 The session information is cached on the server and the session id is wrapped up
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc170 /* 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 Devp_test.c2189 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 Dossl-guide-tls-server-block.pod207 * 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 Dossl-guide-quic-introduction.pod109 TLS handshake also exists in QUIC. The TLS handshake messages are wrapped up in
H A Dprovider-encoder.pod173 (presumably an asymmetric key pair, in this case) will be wrapped in a
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa.txt136 # DigestInfo-wrapped MDC-2 signature
/openssl/include/openssl/
H A Devp.h1994 const unsigned char *wrapped, size_t wrappedlen);
/openssl/crypto/err/
H A Dopenssl.txt1567 SSL_R_SEQUENCE_CTR_WRAPPED:327:sequence ctr wrapped
/openssl/
H A DCHANGES.md5190 * Headers are now wrapped, if necessary, with OPENSSL_NO_xxx, so

Completed in 183 milliseconds