Searched refs:p_bytes (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hpre_rsa.c | 584 uint32_t p_bytes = msg->key_bytes >> 1; in hpre_rsa_crt_decrypt_bn2bin() local 591 uint8_t *dp = msg->prikey + p_bytes; in hpre_rsa_crt_decrypt_bn2bin() 592 uint8_t *q = dp + p_bytes; in hpre_rsa_crt_decrypt_bn2bin() 593 uint8_t *p = q + p_bytes; in hpre_rsa_crt_decrypt_bn2bin() 594 uint8_t *qp = p + p_bytes; in hpre_rsa_crt_decrypt_bn2bin() 603 ret = hpre_bin_from_crypto_bin(dq, dq, p_bytes, dq_len); in hpre_rsa_crt_decrypt_bn2bin() 609 ret = hpre_bin_from_crypto_bin(dp, dp, p_bytes, dp_len); in hpre_rsa_crt_decrypt_bn2bin() 615 ret = hpre_bin_from_crypto_bin(q, q, p_bytes, q_len); in hpre_rsa_crt_decrypt_bn2bin() 621 ret = hpre_bin_from_crypto_bin(p, p, p_bytes, p_len); in hpre_rsa_crt_decrypt_bn2bin() 627 ret = hpre_bin_from_crypto_bin(qp, qp, p_bytes, qp_len); in hpre_rsa_crt_decrypt_bn2bin()
|