Home
last modified time | relevance | path

Searched refs:OSSL_SIGNATURE_PARAM_DIGEST (Results 1 – 17 of 17) sorted by relevance

/src/crypto/openssl/providers/implementations/signature/
H A Dsm2_sig.c417 p = OSSL_PARAM_locate(params, OSSL_SIGNATURE_PARAM_DIGEST); in sm2sig_get_ctx_params()
427 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
477 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_DIGEST); in sm2sig_set_ctx_params()
495 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
H A Ddsa_sig.c687 p = OSSL_PARAM_locate(params, OSSL_SIGNATURE_PARAM_DIGEST); in dsa_get_ctx_params()
702 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
762 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_DIGEST); in dsa_set_ctx_params()
781 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
H A Decdsa_sig.c690 p = OSSL_PARAM_locate(params, OSSL_SIGNATURE_PARAM_DIGEST);
712 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
779 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_DIGEST);
806 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
H A Drsa_sig.c1435 p = OSSL_PARAM_locate(params, OSSL_SIGNATURE_PARAM_DIGEST); in rsa_get_ctx_params()
1494 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
1564 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_DIGEST); in rsa_set_ctx_params()
1781 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
/src/crypto/openssl/doc/man7/
H A DEVP_SIGNATURE-ECDSA.pod62 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
86 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
H A DEVP_SIGNATURE-DSA.pod69 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
95 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
H A DEVP_SIGNATURE-RSA.pod71 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
174 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
H A Dprovider-signature.pod511 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
/src/crypto/openssl/include/openssl/
H A Dcore_names.h541 # define OSSL_SIGNATURE_PARAM_DIGEST OSSL_PKEY_PARAM_DIGEST macro
/src/crypto/openssl/test/
H A Dtls-provider.c2966 p = OSSL_PARAM_locate(params, OSSL_SIGNATURE_PARAM_DIGEST); in xor_sig_get_ctx_params()
2975 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
2992 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_DIGEST); in xor_sig_set_ctx_params()
3015 OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, NULL, 0),
H A Dacvp_test.c1434 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, in rsa_siggen_test()
1477 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, in rsa_sigver_test()
H A Devp_extra_test.c3672 OSSL_SIGNATURE_PARAM_DIGEST))) in test_EVP_PKEY_CTX_get_set_params()
3680 OSSL_SIGNATURE_PARAM_DIGEST))) in test_EVP_PKEY_CTX_get_set_params()
3689 *param++ = OSSL_PARAM_construct_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, in test_EVP_PKEY_CTX_get_set_params()
3697 *param_md = OSSL_PARAM_construct_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, in test_EVP_PKEY_CTX_get_set_params()
H A Devp_extra_test2.c3335 sig_params[1] = OSSL_PARAM_construct_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, in test_rsa_pss_sign()
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_verify.pod112 parameter "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) can be used to combine a
H A DEVP_PKEY_sign.pod117 parameter "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) can be used to combine a
/src/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c925 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_SIGNATURE_PARAM_DIGEST, in EVP_PKEY_CTX_get_signature_md()
978 OSSL_SIGNATURE_PARAM_DIGEST, in EVP_PKEY_CTX_set_signature_md()
H A Dctrl_params_translate.c2412 OSSL_SIGNATURE_PARAM_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md },
2415 OSSL_SIGNATURE_PARAM_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md },