Home
last modified time | relevance | path

Searched refs:crypto_acipher_alloc_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() function
/optee_os/core/include/crypto/
H A Dcrypto.h218 crypto_acipher_alloc_ed25519_public_key(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() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c1631 res = crypto_acipher_alloc_ed25519_public_key(o->attr, in tee_obj_set_type()