Home
last modified time | relevance | path

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

/third_party/openssl/providers/common/der/
Dder_ecx_key.c41 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED448() function
/third_party/openssl/providers/common/include/prov/
Dder_ecx.h.in23 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/openssl/providers/implementations/signature/
Deddsa_sig.c130 ret = ret && ossl_DER_w_algorithmIdentifier_ED448(&pkt, -1, edkey); in eddsa_digest_signverify_init()