Searched refs:crypto_acipher_ed25519_verify (Results 1 – 4 of 4) sorted by relevance
154 TEE_Result crypto_acipher_ed25519_verify(struct ed25519_public_key *key, in crypto_acipher_ed25519_verify() function
243 TEE_Result crypto_acipher_ed25519_verify(struct ed25519_public_key *key,
919 crypto_acipher_ed25519_verify(struct ed25519_public_key *key __unused, in crypto_acipher_ed25519_verify() function
2416 return crypto_acipher_ed25519_verify(key, msg, msg_len, sig, sig_len); in tee_svc_obj_ed25519_verify()