Searched refs:x25519_keypair (Results 1 – 4 of 4) sorted by relevance
19 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()
171 struct x25519_keypair { struct206 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
807 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()
440 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