Searched defs:jr_base (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/drivers/crypto/caam/hal/common/ |
| H A D | hal_sm.c | 29 static uint32_t issue_cmd(vaddr_t jr_base, unsigned int page, in issue_cmd() 53 caam_hal_sm_check_page_partition(vaddr_t jr_base, in caam_hal_sm_check_page_partition() 71 size_t caam_hal_sm_get_pages_size(vaddr_t jr_base, unsigned int page) in caam_hal_sm_get_pages_size() 80 bool caam_hal_sm_prtn_is_free(vaddr_t jr_base, unsigned int partition) in caam_hal_sm_prtn_is_free() 86 bool caam_hal_sm_prtn_is_owned(vaddr_t jr_base, unsigned int partition) in caam_hal_sm_prtn_is_owned() 92 void caam_hal_sm_set_access_all_group(vaddr_t jr_base, unsigned int partition) in caam_hal_sm_set_access_all_group() 98 void caam_hal_sm_set_access_group(vaddr_t jr_base, unsigned int partition, in caam_hal_sm_set_access_group() 108 void caam_hal_sm_open_access_perm(vaddr_t jr_base, unsigned int partition) in caam_hal_sm_open_access_perm() 114 void caam_hal_sm_set_access_perm(vaddr_t jr_base, unsigned int partition, in caam_hal_sm_set_access_perm() 123 caam_hal_sm_allocate_page(vaddr_t jr_base, in caam_hal_sm_allocate_page() [all …]
|
| /optee_os/core/drivers/crypto/caam/acipher/ |
| H A D | caam_math.c | 118 vaddr_t jr_base = caam_jrcfg->base + caam_jrcfg->offset; in caam_math_init() local
|
| H A D | caam_dh.c | 516 vaddr_t jr_base = caam_jrcfg->base + caam_jrcfg->offset; in caam_dh_init() local
|
| H A D | caam_dsa.c | 799 vaddr_t jr_base = caam_jrcfg->base + caam_jrcfg->offset; in caam_dsa_init() local
|
| H A D | caam_ecc.c | 906 vaddr_t jr_base = caam_jrcfg->base + caam_jrcfg->offset; in caam_ecc_init() local
|
| H A D | caam_rsa.c | 1702 vaddr_t jr_base = caam_jrcfg->base + caam_jrcfg->offset; in caam_rsa_init() local
|
| /optee_os/core/drivers/crypto/caam/hash/ |
| H A D | caam_hash_mac.c | 339 vaddr_t jr_base = caam_jrcfg->base + caam_jrcfg->offset; in caam_hmac_init() local
|
| H A D | caam_hash.c | 709 vaddr_t jr_base = caam_jrcfg->base + caam_jrcfg->offset; in caam_hash_init() local
|