Searched refs:ed25519_public_key (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ed25519.c | 40 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 D | crypto.h | 182 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 D | crypto.c | 897 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 D | tee_svc_cryp.c | 478 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()
|