Home
last modified time | relevance | path

Searched refs:OSSL_OP_SIGNATURE (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dsignature.c311 return evp_generic_fetch(ctx, OSSL_OP_SIGNATURE, algorithm, properties, in EVP_SIGNATURE_fetch()
321 return evp_generic_fetch_from_prov(prov, OSSL_OP_SIGNATURE, in evp_signature_fetch_from_prov()
354 evp_generic_do_all(libctx, OSSL_OP_SIGNATURE, in EVP_SIGNATURE_do_all_provided()
434 OSSL_OP_SIGNATURE); in evp_pkey_signature_init()
H A Dm_sigver.c116 OSSL_OP_SIGNATURE); in do_sigver_init()
H A Dp_lib.c1100 ? pkey->keymgmt->query_operation_name(OSSL_OP_SIGNATURE) in EVP_PKEY_can_sign()
/freebsd/crypto/openssl/test/
H A Dfake_rsaprov.c487 case OSSL_OP_SIGNATURE: in fake_rsa_query()
H A Dsslapitest.c9156 if (!TEST_true(filter_provider_set_filter(OSSL_OP_SIGNATURE, in test_sigalgs_available()
/freebsd/crypto/openssl/providers/
H A Ddefltprov.c506 case OSSL_OP_SIGNATURE: in deflt_query()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c83 case OSSL_OP_SIGNATURE: in ec_query_operation_name()
95 case OSSL_OP_SIGNATURE: in sm2_query_operation_name()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider.pod196 The number for this operation is B<OSSL_OP_SIGNATURE>.
H A Dprovider-signature.pod88 The signature (OSSL_OP_SIGNATURE) operation enables providers to implement
/freebsd/crypto/openssl/providers/fips/
H A Dfipsprov.c480 case OSSL_OP_SIGNATURE: in fips_query()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h261 # define OSSL_OP_SIGNATURE 12 macro