Home
last modified time | relevance | path

Searched refs:do_keypair_conv (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_ecc.c98 static enum caam_status do_keypair_conv(struct caam_ecc_keypair *outkey, in do_keypair_conv() function
468 retstatus = do_keypair_conv(&ecckey, inkey, sdata->size_sec); in do_sign()
808 retstatus = do_keypair_conv(&ecckey, inprivkey, sdata->size_sec); in do_shared_secret()
H A Dcaam_rsa.c285 static enum caam_status do_keypair_conv(struct caam_rsa_keypair *outkey, in do_keypair_conv() function
1380 retstatus = do_keypair_conv(&key, rsa_data->key.key); in do_caam_decrypt()