Searched refs:do_keypub_conv (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/drivers/crypto/caam/acipher/ |
A D | caam_ecc.c | 59 static enum caam_status do_keypub_conv(struct caam_ecc_keypair *outkey, in do_keypub_conv() function 490 retstatus = do_keypub_conv(&ecckey, inkey, sdata->size_sec); in do_verify() 629 retstatus = do_keypub_conv(&ecckey, inpubkey, sdata->size_sec); in do_shared_secret()
|
A D | caam_dh.c | 133 static enum caam_status do_keypub_conv(struct caam_dh_keypair *outkey, in do_keypub_conv() function 422 retstatus = do_keypub_conv(&caam_dh_key, sdata->key_pub); in do_shared_secret()
|
A D | caam_dsa.c | 212 static enum caam_status do_keypub_conv(struct caam_dsa_keypair *outkey, in do_keypub_conv() function 650 retstatus = do_keypub_conv(&dsakey, inkey, l_bytes, n_bytes); in do_verify()
|
A D | caam_rsa.c | 128 static enum caam_status do_keypub_conv(struct caam_rsa_keypair *outkey, in do_keypub_conv() function 1184 retstatus = do_keypub_conv(&key, rsa_data->key.key); in do_caam_encrypt()
|
Completed in 7 milliseconds