Home
last modified time | relevance | path

Searched refs:nr (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/
Dmmcau_aes_functions.s916 # 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/
Dcau_api.h82 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 …
DREADME.txt123 const int nr,
127 const int nr,
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dfsl_it6161.h67 #define BIT(nr) ((0x01U) << (nr)) argument
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1310 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/
Dmmcau_aes_functions.s558 # nr number of AES rounds (10, 12, 14 = f(key_schedule))
565 # const int nr,
580 # r2 = scratch / input nr