Searched refs:ed25519ph_verify (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/ |
A D | ed25519_verify.c | 96 int ed25519ph_verify(const unsigned char *msg, unsigned long msglen, in ed25519ph_verify() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ed25519.c | 170 if (ed25519ph_verify(msg, msg_len, sig, sig_len, ctx, ctxlen, in crypto_acipher_ed25519ctx_verify()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 378 int ed25519ph_verify(const unsigned char *msg, unsigned long msglen,
|
Completed in 6 milliseconds