Home
last modified time | relevance | path

Searched refs:crypto_acipher_gen_x448_key (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/crypto/
H A Dcrypto.h231 TEE_Result crypto_acipher_gen_x448_key(struct montgomery_keypair *key,
/optee_os/core/crypto/
H A Dcrypto.c871 TEE_Result crypto_acipher_gen_x448_key(struct montgomery_keypair *key __unused, in crypto_acipher_gen_x448_key() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c2283 res = crypto_acipher_gen_x448_key(tee_x448_key, key_size); in tee_svc_obj_generate_key_x448()