Searched refs:ed25519ctx_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 | 67 int ed25519ctx_verify(const unsigned char *msg, unsigned long msglen, in ed25519ctx_verify() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ed25519.c | 174 if (ed25519ctx_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 | 373 int ed25519ctx_verify(const unsigned char *msg, unsigned long msglen,
|
Completed in 5 milliseconds