Searched refs:m_a (Results 1 – 2 of 2) sorted by relevance
| /trueos/crypto/openssl/engines/ |
| HD | e_chil.c | 910 HWCryptoHook_MPI m_a, m_p, m_n, m_r; in hwcrhk_mod_exp() local 923 BN2MPI(m_a, a); in hwcrhk_mod_exp() 929 ret = p_hwcrhk_ModExp(hwcrhk_context, m_a, m_p, m_n, &m_r, &rmsg); in hwcrhk_mod_exp() 979 HWCryptoHook_MPI m_a, m_r; in hwcrhk_rsa_mod_exp() local 989 BN2MPI(m_a, I); in hwcrhk_rsa_mod_exp() 993 ret = p_hwcrhk_RSA(m_a, *hptr, &m_r, &rmsg); in hwcrhk_rsa_mod_exp() 1016 HWCryptoHook_MPI m_a, m_p, m_q, m_dmp1, m_dmq1, m_iqmp, m_r; in hwcrhk_rsa_mod_exp() local 1026 BN2MPI(m_a, I); in hwcrhk_rsa_mod_exp() 1035 ret = p_hwcrhk_ModExpCRT(hwcrhk_context, m_a, m_p, m_q, in hwcrhk_rsa_mod_exp()
|
| /trueos/sys/amd64/amd64/ |
| HD | pmap.c | 5066 vm_page_t m_a, m_b; in pmap_copy_pages() local 5084 m_a = ma[a_offset >> PAGE_SHIFT]; in pmap_copy_pages() 5085 p_a = m_a->phys_addr; in pmap_copy_pages() 5098 pmap_cache_bits(kernel_pmap, m_a->md.pat_mode, 0); in pmap_copy_pages()
|