Home
last modified time | relevance | path

Searched refs:B (Results 1 – 4 of 4) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_cau3.h700 uint8_t *B,
730 uint8_t *B,
757 const uint8_t *B,
785 const uint8_t *B,
812 const uint8_t *B,
845 const uint8_t *B,
1047 const uint8_t *B,
1074 const cau3_pkha_ecc_point_t *B,
1100 const cau3_pkha_ecc_point_t *B,
1229 const cau3_pkha_ecc_point_t *B,
Dfsl_cau3_ble.h779 uint8_t *B,
809 uint8_t *B,
836 const uint8_t *B,
864 const uint8_t *B,
891 const uint8_t *B,
924 const uint8_t *B,
1126 const uint8_t *B,
1153 const cau3_pkha_ecc_point_t *B,
1179 const cau3_pkha_ecc_point_t *B,
1308 const cau3_pkha_ecc_point_t *B,
Dfsl_cau3.c794 static status_t cau3_pkha_clear_regabne(CAU3_Type *base, bool A, bool B, bool N, bool E);
2146 static status_t cau3_pkha_clear_regabne(CAU3_Type *base, bool A, bool B, bool N, bool E) in cau3_pkha_clear_regabne() argument
2158 if (B) in cau3_pkha_clear_regabne()
2299 const uint8_t *B, in cau3_pkha_init_data() argument
2328 cau3_pkha_clear_regabne(base, A, B, N, E); in cau3_pkha_init_data()
2353 if (B) in cau3_pkha_init_data()
2355 cau3_pkha_write_reg(base, kCAU3_PKHA_RegB, 0, B, sizeB); in cau3_pkha_init_data()
2489 const uint8_t *B, in cau3_pkha_modmul() argument
2510 if (CAU3_PKHA_CompareBigNum(B, sizeB, N, sizeN) >= 0) in cau3_pkha_modmul()
2523 cau3_pkha_init_data(base, A, sizeA, B, sizeB, N, sizeN, NULL, 0); in cau3_pkha_modmul()
[all …]
Dfsl_cau3_ble.c529 static status_t cau3_pkha_clear_regabne(CAU3_Type *base, bool A, bool B, bool N, bool E);
885 static void cau3_aes_ctr_inc(uint8_t *B, uint32_t lenSz) in cau3_aes_ctr_inc() argument
892 ptr = B + CAU3_AES_BLOCK_SIZE - 1 - i; in cau3_aes_ctr_inc()
1146 static inline void cau3_aes_ccm_clear_mem(uint8_t *A, uint8_t *B, uint32_t len) in cau3_aes_ccm_clear_mem() argument
1149 cau3_force_zero(B, len); in cau3_aes_ccm_clear_mem()
2341 static status_t cau3_pkha_clear_regabne(CAU3_Type *base, bool A, bool B, bool N, bool E) in cau3_pkha_clear_regabne() argument
2353 if (B) in cau3_pkha_clear_regabne()
2494 const uint8_t *B, in cau3_pkha_init_data() argument
2523 cau3_pkha_clear_regabne(base, A, B, N, E); in cau3_pkha_init_data()
2548 if (B) in cau3_pkha_init_data()
[all …]