Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Ded25519.c40 crypto_acipher_alloc_ed25519_public_key(struct ed25519_public_key *key, in crypto_acipher_alloc_ed25519_public_key()
154 TEE_Result crypto_acipher_ed25519_verify(struct ed25519_public_key *key, in crypto_acipher_ed25519_verify()
179 TEE_Result crypto_acipher_ed25519ctx_verify(struct ed25519_public_key *key, in crypto_acipher_ed25519ctx_verify()
/optee_os/core/include/crypto/
H A Dcrypto.h182 struct ed25519_public_key { struct
218 crypto_acipher_alloc_ed25519_public_key(struct ed25519_public_key *key,
243 TEE_Result crypto_acipher_ed25519_verify(struct ed25519_public_key *key,
246 TEE_Result crypto_acipher_ed25519ctx_verify(struct ed25519_public_key *key,
/optee_os/core/crypto/
H A Dcrypto.c897 crypto_acipher_alloc_ed25519_public_key(struct ed25519_public_key *key __unused, in crypto_acipher_alloc_ed25519_public_key()
919 crypto_acipher_ed25519_verify(struct ed25519_public_key *key __unused, in crypto_acipher_ed25519_verify()
941 crypto_acipher_ed25519ctx_verify(struct ed25519_public_key *key __unused, in crypto_acipher_ed25519ctx_verify()
/optee_os/core/tee/
H A Dtee_svc_cryp.c478 RAW_DATA(struct ed25519_public_key, pub)
667 sizeof(struct ed25519_public_key),
2395 tee_svc_obj_ed25519_verify(struct ed25519_public_key *key, in tee_svc_obj_ed25519_verify()