Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c49 #define DSA_POSSIBLE_SELECTIONS \ macro
137 if ((selection & DSA_POSSIBLE_SELECTIONS) == 0) in dsa_has()
199 if ((selection & DSA_POSSIBLE_SELECTIONS) == 0) in dsa_import()
226 if ((selection & DSA_POSSIBLE_SELECTIONS) == 0) in dsa_export()
386 if ((selection & DSA_POSSIBLE_SELECTIONS) == 0) in dsa_validate()
411 if (!ossl_prov_is_running() || (selection & DSA_POSSIBLE_SELECTIONS) == 0) in dsa_gen_init()