Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Ded25519.c179 TEE_Result crypto_acipher_ed25519ctx_verify(struct ed25519_public_key *key, in crypto_acipher_ed25519ctx_verify() function
/optee_os/core/include/crypto/
H A Dcrypto.h246 TEE_Result crypto_acipher_ed25519ctx_verify(struct ed25519_public_key *key,
/optee_os/core/crypto/
H A Dcrypto.c941 crypto_acipher_ed25519ctx_verify(struct ed25519_public_key *key __unused, in crypto_acipher_ed25519ctx_verify() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c2411 return crypto_acipher_ed25519ctx_verify(key, msg, msg_len, sig, in tee_svc_obj_ed25519_verify()