Home
last modified time | relevance | path

Searched refs:propq (Results 351 – 375 of 377) sorted by relevance

1...<<111213141516

/openssl/doc/man3/
H A DX509_STORE_CTX_new.pod28 X509_STORE_CTX *X509_STORE_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
71 query string I<propq>. Any cryptographic algorithms fetched while performing
H A DX509_dup.pod417 library context I<libctx> and the property query I<propq> to use when retrieving
H A DOSSL_DECODER_CTX.pod52 const char *propq);
H A DEVP_MAC.pod45 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq,
132 string I<propq>. It takes parameters I<subalg> and further I<params>,
H A DOSSL_CMP_CTX_new.pod77 OSSL_CMP_CTX *OSSL_CMP_CTX_new(OSSL_LIB_CTX *libctx, const char *propq);
185 the library context I<libctx> and property query string I<propq>,
205 OSSL_CMP_CTX_get0_propq() returns the I<propq> argument that was used
H A DEVP_DigestInit.pod56 int EVP_Q_digest(OSSL_LIB_CTX *libctx, const char *name, const char *propq,
253 I<name>, which is fetched using the optional I<libctx> and I<propq> parameters.
/openssl/ssl/
H A Dt1_trce.c1294 x = X509_new_ex(ctx->libctx, ctx->propq); in ssl_print_certificate()
1337 pkey = d2i_PUBKEY_ex(NULL, &msg, clen, ssl->ctx->libctx, ssl->ctx->propq); in ssl_print_raw_public_key()
H A Dt1_enc.c50 SSL_CONNECTION_GET_CTX(s)->propq); in tls1_PRF()
H A Dssl_local.h1139 char *propq; member
2723 __owur int tls13_hkdf_expand_ex(OSSL_LIB_CTX *libctx, const char *propq,
/openssl/ssl/quic/
H A Dquic_channel.c2247 ch->port->engine->propq, in ch_rx_handle_packet()
2594 ch->port->engine->propq, in ossl_quic_channel_start()
2706 ch->port->engine->propq, in ch_retry()
3368 ch->port->engine->propq, in ossl_quic_channel_on_new_conn()
H A Dquic_tls.c91 quic_new_record_layer(OSSL_LIB_CTX *libctx, const char *propq, int vers, in quic_new_record_layer() argument
H A Dquic_impl.c1506 engine_args.propq = qc->ssl.ctx->propq; in create_channel()
/openssl/crypto/dh/
H A Ddh_ameth.c454 OSSL_LIB_CTX *libctx, const char *propq) in dh_pkey_export_to() argument
/openssl/doc/man7/
H A Dprovider-signature.pod21 void *OSSL_FUNC_signature_newctx(void *provctx, const char *propq);
125 typedef void *(OSSL_FUNC_signature_newctx_fn)(void *provctx, const char *propq);
220 initialisation (see L<provider(7)>). The I<propq> parameter is a property query
/openssl/crypto/cms/
H A Dcms_asn1.c333 OPENSSL_free(cms->ctx.propq); in cms_cb()
/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c418 const char *propq; member
/openssl/doc/designs/
H A Dxof.md137 md = EVP_MD_fetch(libctx, "SHAKE256", propq);
/openssl/ssl/statem/
H A Dextensions.c1677 sctx->propq, finishedkey, in tls_psk_do_binder()
1689 sctx->propq, mackey, NULL) <= 0 in tls_psk_do_binder()
/openssl/crypto/ec/
H A Dcurve25519.c5478 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ed25519_sign() argument
5484 EVP_MD *sha512 = EVP_MD_fetch(libctx, SN_sha512, propq); in ossl_ed25519_sign()
5563 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ed25519_verify() argument
5629 sha512 = EVP_MD_fetch(libctx, SN_sha512, propq); in ossl_ed25519_verify()
5667 const char *propq) in ossl_ed25519_public_from_private() argument
5674 sha512 = EVP_MD_fetch(ctx, SN_sha512, propq); in ossl_ed25519_public_from_private()
/openssl/crypto/encode_decode/
H A Ddecoder_lib.c489 OSSL_LIB_CTX *libctx, const char *propq) in OSSL_DECODER_CTX_add_extra() argument
/openssl/include/openssl/
H A Dasn1t.h.in637 const char *propq); typedef
642 OSSL_LIB_CTX *libctx, const char *propq); typedef
H A Dcore_dispatch.h753 const char *propq))
H A Dssl.h.in1560 __owur SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq,
1670 const char *propq);
1756 const char *propq);
/openssl/ssl/record/
H A Drec_layer_s3.c1414 rlret = meth->new_record_layer(sctx->libctx, sctx->propq, version, in ssl_set_new_record_layer()
/openssl/doc/man1/
H A Dopenssl.pod684 =item B<-propquery> I<propq>

Completed in 140 milliseconds

1...<<111213141516