Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/lib/libdefault/prov/
H A Dder_ecx.h48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/der/
H A Dder_ecx_key.c41 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED448() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/include/prov/
H A Dder_ecx.h.in23 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
H A Deddsa_sig.c130 ret = ret && ossl_DER_w_algorithmIdentifier_ED448(&pkt, -1, edkey); in eddsa_digest_signverify_init()