Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_dh.c133 static enum caam_status do_keypub_conv(struct caam_dh_keypair *outkey, in do_keypub_conv() function
438 retstatus = do_keypub_conv(&caam_dh_key, sdata->key_pub); in do_shared_secret()
H A Dcaam_ecc.c63 static enum caam_status do_keypub_conv(struct caam_ecc_keypair *outkey, in do_keypub_conv() function
654 retstatus = do_keypub_conv(&ecckey, inkey, sdata->size_sec); in do_verify()
815 retstatus = do_keypub_conv(&ecckey, inpubkey, sdata->size_sec); in do_shared_secret()
H A Dcaam_dsa.c209 static enum caam_status do_keypub_conv(struct caam_dsa_keypair *outkey, in do_keypub_conv() function
679 retstatus = do_keypub_conv(&dsakey, inkey, l_bytes, n_bytes); in do_verify()
H A Dcaam_rsa.c131 static enum caam_status do_keypub_conv(struct caam_rsa_keypair *outkey, in do_keypub_conv() function
1251 retstatus = do_keypub_conv(&key, rsa_data->key.key); in do_caam_encrypt()