/openssl/crypto/evp/ |
H A D | m_sigver.c | 39 OSSL_LIB_CTX *libctx, const char *props, in do_sigver_init() argument 58 ctx->pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, props); in do_sigver_init() 82 if (props == NULL) in do_sigver_init() 83 props = locpctx->propquery; in do_sigver_init() 199 = signature->newctx(ossl_provider_ctx(signature->prov), props); in do_sigver_init() 238 ctx->fetched_digest = EVP_MD_fetch(locpctx->libctx, mdname, props); in do_sigver_init() 366 const char *props, EVP_PKEY *pkey, in EVP_DigestSignInit_ex() argument 369 return do_sigver_init(ctx, pctx, NULL, mdname, libctx, props, NULL, pkey, 0, in EVP_DigestSignInit_ex() 382 const char *props, EVP_PKEY *pkey, in EVP_DigestVerifyInit_ex() argument 385 return do_sigver_init(ctx, pctx, NULL, mdname, libctx, props, NULL, pkey, 1, in EVP_DigestVerifyInit_ex()
|
/openssl/crypto/ffc/ |
H A D | ffc_backend.c | 102 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 D | ffc_params.c | 133 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 D | encoder_lib.c | 193 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 D | decoder_lib.c | 219 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 D | rand_lib.c | 546 char *props = NULL; in rand_new_seed() local 587 props = OPENSSL_malloc(props_len); in rand_new_seed() 588 if (props == NULL) { in rand_new_seed() 593 props, props_len) == 0) { in rand_new_seed() 599 propq = props; in rand_new_seed() 625 OPENSSL_free(props); in rand_new_seed() 632 OPENSSL_free(props); in rand_new_seed()
|
/openssl/crypto/ |
H A D | provider_child.c | 184 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 D | provider_core.c | 134 int (*global_props_cb)(const char *props, void *cbdata); 1967 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props) in ossl_provider_default_props_update() argument 1983 child_cb->global_props_cb(props, child_cb->cbdata); in ossl_provider_default_props_update() 1999 const char *props, in ossl_provider_register_child_cb()
|
/openssl/doc/man7/ |
H A D | EVP_ASYM_CIPHER-RSA.pod | 60 =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS>) <UTF8 string> 64 =item "mgf1-digest-props" (B<OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST_PROPS>) <UTF8 string>
|
H A D | EVP_ASYM_CIPHER-SM2.pod | 18 =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_DIGEST_PROPS>) <UTF8 string>
|
H A D | provider-asym_cipher.pod | 204 =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 D | EVP_KEYEXCH-ECDH.pod | 38 =item "kdf-digest-props" (B<OSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS>) <UTF8 string>
|
H A D | EVP_KEYEXCH-DH.pod | 38 =item "kdf-digest-props" (B<OSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS>) <UTF8 string>
|
H A D | provider-keyexch.pod | 182 =item "kdf-digest-props" (B<OSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS>) <UTF8 string>
|
H A D | provider-base.pod | 103 int (*global_props_cb)(const char *props, void *cbdata),
|
/openssl/doc/man3/ |
H A D | EVP_DigestSignInit.pod | 14 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 D | EVP_DigestVerifyInit.pod | 14 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 D | ASN1_item_sign.pod | 56 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 D | provider.h | 49 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props);
|
H A D | ffc.h | 140 void ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props);
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 988 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 D | ossl_provider_new.pod | 49 const char *props); 192 supplied in the I<props> string.
|
/openssl/test/ |
H A D | tls-provider.c | 1774 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 D | core_dispatch.h | 234 int (*global_props_cb)(const char *props, void *cbdata),
|
H A D | evp.h | 835 const char *props, EVP_PKEY *pkey, 846 const char *props, EVP_PKEY *pkey,
|