Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dx25519.c19 TEE_Result crypto_acipher_alloc_x25519_keypair(struct x25519_keypair *key, in crypto_acipher_alloc_x25519_keypair()
44 TEE_Result crypto_acipher_gen_x25519_key(struct x25519_keypair *key, in crypto_acipher_gen_x25519_key()
68 TEE_Result crypto_acipher_x25519_shared_secret(struct x25519_keypair in crypto_acipher_x25519_shared_secret()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h171 struct x25519_keypair { struct
206 TEE_Result crypto_acipher_alloc_x25519_keypair(struct x25519_keypair *s,
219 TEE_Result crypto_acipher_gen_x25519_key(struct x25519_keypair *key,
291 TEE_Result crypto_acipher_x25519_shared_secret(struct x25519_keypair
/optee_os-3.20.0/core/crypto/
A Dcrypto.c807 TEE_Result crypto_acipher_alloc_x25519_keypair(struct x25519_keypair *key in crypto_acipher_alloc_x25519_keypair()
814 TEE_Result crypto_acipher_gen_x25519_key(struct x25519_keypair *key __unused, in crypto_acipher_gen_x25519_key()
820 TEE_Result crypto_acipher_x25519_shared_secret(struct x25519_keypair in crypto_acipher_x25519_shared_secret()
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c440 RAW_DATA(struct x25519_keypair, priv)
447 RAW_DATA(struct x25519_keypair, pub)
608 sizeof(struct x25519_keypair),
2137 struct x25519_keypair *tee_x25519_key = NULL; in tee_svc_obj_generate_key_x25519()
2145 tee_x25519_key = (struct x25519_keypair *)o->attr; in tee_svc_obj_generate_key_x25519()

Completed in 13 milliseconds