Home
last modified time | relevance | path

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

12

/openssl-master/crypto/rsa/
A Drsa_acvp_test_params.c22 static const OSSL_PARAM settable[] = { in ossl_rsa_acvp_test_gen_params_new() local
33 p = OSSL_PARAM_locate_const(src, settable[0].key); in ossl_rsa_acvp_test_gen_params_new()
38 alloc = OPENSSL_zalloc(sizeof(settable)); in ossl_rsa_acvp_test_gen_params_new()
43 for (s = settable; s->key != NULL; ++s) { in ossl_rsa_acvp_test_gen_params_new()
/openssl-master/providers/implementations/keymgmt/
A Dmac_legacy_kmgmt.c463 static OSSL_PARAM settable[] = { in mac_gen_settable_params() local
467 return settable; in mac_gen_settable_params()
473 static OSSL_PARAM settable[] = { in cmac_gen_settable_params() local
478 return settable; in cmac_gen_settable_params()
A Drsa_kmgmt.c523 static OSSL_PARAM settable[] = { in rsa_gen_settable_params() local
528 return settable; in rsa_gen_settable_params()
534 static OSSL_PARAM settable[] = { in rsapss_gen_settable_params() local
540 return settable; in rsapss_gen_settable_params()
A Ddsa_kmgmt.c491 static OSSL_PARAM settable[] = { in dsa_gen_settable_params() local
503 return settable; in dsa_gen_settable_params()
A Decx_kmgmt.c551 static OSSL_PARAM settable[] = { in ecx_gen_settable_params() local
556 return settable; in ecx_gen_settable_params()
A Dec_kmgmt.c1183 static OSSL_PARAM settable[] = { in ec_gen_settable_params() local
1199 return settable; in ec_gen_settable_params()
/openssl-master/doc/man3/
A DEVP_PKEY_CTX_set_params.pod34 settable parameters for the current algorithm implementation, i.e. parameters
65 It may also return NULL if there are no settable parameters available.
A DEVP_KDF.pod135 the retrievable and settable parameters. EVP_KDF_gettable_params()
148 constant B<OSSL_PARAM> arrays that describe the settable parameters that
A DEVP_RAND.pod190 the retrievable and settable parameters. EVP_RAND_gettable_params() returns
203 constant B<OSSL_PARAM> arrays that describe the settable parameters that
A DEVP_PKEY_fromdata.pod52 the settable parameters that can be used with EVP_PKEY_fromdata().
A DEVP_MAC.pod191 the retrievable and settable parameters. EVP_MAC_gettable_params()
204 constant B<OSSL_PARAM> arrays that describe the settable parameters that
A DEVP_DigestInit.pod225 Get a constant B<OSSL_PARAM> array that describes the settable parameters
A DEVP_EncryptInit.pod334 Get a constant B<OSSL_PARAM> array that describes the settable parameters
/openssl-master/doc/man7/
A DEVP_MD-MDC2.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
A DEVP_SIGNATURE-DSA.pod25 The settable parameters are described in L<provider-signature(7)>.
A DEVP_MD-SHA1.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
A DEVP_MD-MD5-SHA1.pod26 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
A DEVP_MD-SHAKE.pod49 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
A Dprovider-keyexch.pod150 describes the settable parameters, i.e. parameters that can be used with
161 Notice that not all settable parameters are also gettable, and vice versa.
A Dprovider-signature.pod386 constant B<OSSL_PARAM> array that describes the gettable and settable parameters,
411 get a constant B<OSSL_PARAM> array that describes the gettable and settable
424 return the gettable or settable parameters in a constant B<OSSL_PARAM> array.
A Dprovider-kem.pod184 get a constant B<OSSL_PARAM> array that describes the gettable and settable
A Dprovider-asym_cipher.pod243 get a constant B<OSSL_PARAM> array that describes the gettable and settable
/openssl-master/test/
A Dtls-provider.c626 static OSSL_PARAM settable[] = { in xor_gen_settable_params() local
630 return settable; in xor_gen_settable_params()
/openssl-master/crypto/evp/
A Dctrl_params_translate.c547 const OSSL_PARAM *settable = NULL; in default_fixup_args() local
576 settable = EVP_PKEY_CTX_settable_params(ctx->pctx); in default_fixup_args()
577 if (!OSSL_PARAM_allocate_from_text(ctx->params, settable, in default_fixup_args()
A Dpmeth_lib.c864 const OSSL_PARAM *settable = EVP_PKEY_CTX_settable_params(ctx); in evp_pkey_ctx_set_params_strict() local
869 if (OSSL_PARAM_locate_const(settable, p->key) == NULL) in evp_pkey_ctx_set_params_strict()

Completed in 46 milliseconds

12