Searched refs:ossl_DER_w_algorithmIdentifier_ED25519 (Results 1 – 3 of 3) sorted by relevance
32 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED25519() function
22 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
270 ret = ret && ossl_DER_w_algorithmIdentifier_ED25519(&pkt, -1, edkey); in eddsa_signverify_init()
Completed in 10 milliseconds