Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dsa/
Ddsa_ameth.c535 EVP_PKEY_DSA3,
/third_party/openssl/include/openssl/
Devp.h48 # define EVP_PKEY_DSA3 NID_dsaWithSHA1 macro
/third_party/libcoap/src/
Dcoap_openssl.c903 case COAP_ASN1_PKEY_DSA3: return EVP_PKEY_DSA3; in map_key_type()