Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dm_sigver.c41 OSSL_LIB_CTX *libctx, const char *props, in do_sigver_init() argument
60 ctx->pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, props); in do_sigver_init()
84 if (props == NULL) in do_sigver_init()
85 props = locpctx->propquery; in do_sigver_init()
201 = signature->newctx(ossl_provider_ctx(signature->prov), props); in do_sigver_init()
240 ctx->fetched_digest = EVP_MD_fetch(locpctx->libctx, mdname, props); in do_sigver_init()
371 const char *props, EVP_PKEY *pkey, in EVP_DigestSignInit_ex() argument
374 return do_sigver_init(ctx, pctx, NULL, mdname, libctx, props, NULL, pkey, 0, in EVP_DigestSignInit_ex()
387 const char *props, EVP_PKEY *pkey, in EVP_DigestVerifyInit_ex() argument
390 return do_sigver_init(ctx, pctx, NULL, mdname, libctx, props, NULL, pkey, 1, in EVP_DigestVerifyInit_ex()
/openssl/crypto/ffc/
H A Dffc_backend.c102 const char *props = NULL; in ossl_ffc_params_fromdata() local
110 props = p1->data; in ossl_ffc_params_fromdata()
112 ossl_ffc_set_digest(ffc, prm->data, props); in ossl_ffc_params_fromdata()
H A Dffc_params.c133 void ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props) in ossl_ffc_set_digest() argument
136 params->mdprops = props; in ossl_ffc_set_digest()
/openssl/crypto/encode_decode/
H A Dencoder_lib.c193 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new() local
211 props = ossl_encoder_parsed_properties(encoder); in ossl_encoder_instance_new()
212 if (props == NULL) { in ossl_encoder_instance_new()
220 prop = ossl_property_find_property(props, libctx, "output"); in ossl_encoder_instance_new()
232 prop = ossl_property_find_property(props, libctx, "structure"); in ossl_encoder_instance_new()
H A Ddecoder_lib.c219 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new() local
232 props = ossl_decoder_parsed_properties(decoder); in ossl_decoder_instance_new()
233 if (props == NULL) { in ossl_decoder_instance_new()
241 prop = ossl_property_find_property(props, libctx, "input"); in ossl_decoder_instance_new()
254 prop = ossl_property_find_property(props, libctx, "structure"); in ossl_decoder_instance_new()
/openssl/crypto/rand/
H A Drand_lib.c540 char *name, *props = NULL; in rand_new_seed() local
581 props = OPENSSL_malloc(props_len); in rand_new_seed()
582 if (props == NULL) { in rand_new_seed()
587 props, props_len) == 0) { in rand_new_seed()
593 propq = props; in rand_new_seed()
614 OPENSSL_free(props); in rand_new_seed()
619 OPENSSL_free(props); in rand_new_seed()
/openssl/doc/man7/
H A DEVP_ASYM_CIPHER-RSA.pod52 =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS>) <UTF8 string>
56 =item "mgf1-digest-props" (B<OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST_PROPS>) <UTF8 string>
H A DEVP_ASYM_CIPHER-SM2.pod18 =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_DIGEST_PROPS>) <UTF8 string>
H A Dprovider-asym_cipher.pod204 =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS>) <UTF8 string>
208 =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_DIGEST_PROPS>) <UTF8 string>
217 =item "mgf1-digest-props" (B<OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST_PROPS>) <UTF8 string>
H A DEVP_KEYEXCH-ECDH.pod42 =item "kdf-digest-props" (B<OSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS>) <UTF8 string>
H A DEVP_KEYEXCH-DH.pod37 =item "kdf-digest-props" (B<OSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS>) <UTF8 string>
H A Dprovider-keyexch.pod182 =item "kdf-digest-props" (B<OSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS>) <UTF8 string>
H A Dprovider-base.pod103 int (*global_props_cb)(const char *props, void *cbdata),
/openssl/crypto/
H A Dprovider_child.c184 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb() argument
188 return evp_set_default_properties_int(ctx, props, 0, 1); in provider_global_props_cb()
H A Dprovider_core.c133 int (*global_props_cb)(const char *props, void *cbdata);
1747 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props) in ossl_provider_default_props_update() argument
1763 child_cb->global_props_cb(props, child_cb->cbdata); in ossl_provider_default_props_update()
1779 const char *props, in ossl_provider_register_child_cb()
/openssl/doc/man3/
H A DEVP_DigestSignInit.pod14 const char *props, EVP_PKEY *pkey,
36 provider supports fetching the digest then it may use the I<props> argument for
59 specified in I<props>.
62 I<props> argument can always be NULL.
116 digest I<type>, and I<props> will be NULL. Where supplied the ENGINE I<e> will
H A DEVP_DigestVerifyInit.pod14 const char *props, EVP_PKEY *pkey,
35 the provider supports fetching the digest then it may use the B<props> argument
58 in I<libctx> and the property query string specified in I<props>.
107 inferred from the supplied digest B<type>, and B<props> will be NULL. Where
H A DASN1_item_sign.pod56 specified in I<props> are used when searching for algorithms in providers.
73 specified in I<props> are used when searching for algorithms in providers.
/openssl/include/internal/
H A Dprovider.h49 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props);
H A Dffc.h140 void ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props);
/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c988 const char *props = NULL; in key2any_set_ctx_params() local
992 if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props)) in key2any_set_ctx_params()
1000 EVP_CIPHER_fetch(libctx, ciphername, props)) == NULL)) in key2any_set_ctx_params()
/openssl/doc/internal/man3/
H A Dossl_provider_new.pod49 const char *props);
192 supplied in the I<props> string.
/openssl/test/
H A Dtls-provider.c1774 const char *props = NULL; in key2any_set_ctx_params() local
1778 if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props)) in key2any_set_ctx_params()
1786 EVP_CIPHER_fetch(libctx, ciphername, props)) == NULL)) { in key2any_set_ctx_params()
/openssl/include/openssl/
H A Dcore_dispatch.h230 int (*global_props_cb)(const char *props, void *cbdata),
H A Devp.h831 const char *props, EVP_PKEY *pkey,
842 const char *props, EVP_PKEY *pkey,

Completed in 107 milliseconds