Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
H A Dder_ecx.h.in22 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
/freebsd/crypto/openssl/providers/common/der/
H A Dder_ecx_key.c32 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED25519() function
/freebsd/crypto/openssl/providers/implementations/signature/
H A Deddsa_sig.c127 ret = ret && ossl_DER_w_algorithmIdentifier_ED25519(&pkt, -1, edkey); in eddsa_digest_signverify_init()