Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_rsa.c169 free_wipe(msg->prikey); in hpre_rsa_params_free()
175 free_wipe(msg->prikey); in hpre_rsa_params_free()
542 msg->prikey = data; in hpre_rsa_crt_decrypt_alloc()
543 msg->prikey_dma = virt_to_phys(msg->prikey); in hpre_rsa_crt_decrypt_alloc()
567 msg->prikey = data; in hpre_rsa_ncrt_decrypt_alloc()
568 msg->prikey_dma = virt_to_phys(msg->prikey); in hpre_rsa_ncrt_decrypt_alloc()
590 uint8_t *dq = msg->prikey; in hpre_rsa_crt_decrypt_bn2bin()
591 uint8_t *dp = msg->prikey + p_bytes; in hpre_rsa_crt_decrypt_bn2bin()
651 n = msg->prikey + msg->key_bytes; in hpre_rsa_ncrt_decrypt_bn2bin()
653 crypto_bignum_bn2bin(key->d, msg->prikey); in hpre_rsa_ncrt_decrypt_bn2bin()
[all …]
H A Dhpre_rsa.h40 uint8_t *prikey; member