Searched refs:nr (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
| D | mmcau_aes_functions.s | 916 # nr number of AES rounds (10, 12, 14 = f(key_schedule)) 923 # const int nr, 932 # r2 | nr (arg2) 966 # store nr and *out, we need them later in the routine 968 push {r2-r7, lr} @ store nr, *out, low regs, and lr 1113 ldr r3, [sp, #1<<2] @ load nr 1114 cmp r3, #10 @ check nr 1143 ldr r3, [sp, #1<<2] @ load nr 1144 cmp r3, #12 @ check nr 1212 # nr number of AES rounds (10, 12, 14 = f(key_schedule)) [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/ |
| D | cau_api.h | 82 void cau_aes_encrypt(const unsigned char *in, const unsigned char *key_sch, const int nr, unsigned … 103 void cau_aes_decrypt(const unsigned char *in, const unsigned char *key_sch, const int nr, unsigned …
|
| D | README.txt | 123 const int nr, 127 const int nr,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/ |
| D | fsl_it6161.h | 67 #define BIT(nr) ((0x01U) << (nr)) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_dev.c | 1310 int tfa2_i2c_read_regs(struct i2c_client *i2c, uint8_t addr, int nr, uint16_t *regs) in tfa2_i2c_read_regs() argument 1315 buffer = kmalloc(2 * nr, GFP_KERNEL); in tfa2_i2c_read_regs() 1319 rc = tfa2_i2c_write_read_raw(i2c, 1, &addr, 2 * nr, buffer); in tfa2_i2c_read_regs() 1326 for (i = 0; i < nr; i++) in tfa2_i2c_read_regs()
|
| /hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm4-cm7/src/ |
| D | mmcau_aes_functions.s | 558 # nr number of AES rounds (10, 12, 14 = f(key_schedule)) 565 # const int nr, 580 # r2 = scratch / input nr
|