Searched refs:CASE_OID (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/providers/common/der/ |
H A D | der_slh_dsa_key.c | 15 #define CASE_OID(nid, name) \ macro 28 CASE_OID(NID_SLH_DSA_SHA2_128s, id_slh_dsa_sha2_128s); in ossl_DER_w_algorithmIdentifier_SLH_DSA() 29 CASE_OID(NID_SLH_DSA_SHA2_128f, id_slh_dsa_sha2_128f); in ossl_DER_w_algorithmIdentifier_SLH_DSA() 30 CASE_OID(NID_SLH_DSA_SHA2_192s, id_slh_dsa_sha2_192s); in ossl_DER_w_algorithmIdentifier_SLH_DSA() 31 CASE_OID(NID_SLH_DSA_SHA2_192f, id_slh_dsa_sha2_192f); in ossl_DER_w_algorithmIdentifier_SLH_DSA() 32 CASE_OID(NID_SLH_DSA_SHA2_256s, id_slh_dsa_sha2_256s); in ossl_DER_w_algorithmIdentifier_SLH_DSA() 33 CASE_OID(NID_SLH_DSA_SHA2_256f, id_slh_dsa_sha2_256f); in ossl_DER_w_algorithmIdentifier_SLH_DSA() 34 CASE_OID(NID_SLH_DSA_SHAKE_128s, id_slh_dsa_shake_128s); in ossl_DER_w_algorithmIdentifier_SLH_DSA() 35 CASE_OID(NID_SLH_DSA_SHAKE_128f, id_slh_dsa_shake_128f); in ossl_DER_w_algorithmIdentifier_SLH_DSA() 36 CASE_OID(NID_SLH_DSA_SHAKE_192s, id_slh_dsa_shake_192s); in ossl_DER_w_algorithmIdentifier_SLH_DSA() [all …]
|