Searched refs:np (Results 1 – 3 of 3) sorted by relevance
/crypto/ |
D | testmgr.h | 45 unsigned char np; member 55 int np; member 72 int np; member 142 .np = 2, 187 .np = 2, 251 .np = 2, 315 .np = 2, 395 .np = 2, 463 .np = 2, 496 .np = 2, [all …]
|
D | testmgr.c | 229 if (template[i].np) in __test_hash() 308 if (!template[i].np) in __test_hash() 315 sg_init_table(sg, template[i].np); in __test_hash() 317 for (k = 0; k < template[i].np; k++) { in __test_hash() 486 if (template[i].np) in __test_aead() 604 if (!template[i].np) in __test_aead() 636 sg_init_table(sg, template[i].np); in __test_aead() 638 sg_init_table(sgout, template[i].np); in __test_aead() 639 for (k = 0, temp = 0; k < template[i].np; k++) { in __test_aead() 658 if (k == template[i].np - 1 && enc) in __test_aead() [all …]
|
D | tcrypt.c | 250 int np = (buflen + PAGE_SIZE - 1)/PAGE_SIZE; in sg_init_aead() local 253 np = (np > XBUFSIZE) ? XBUFSIZE : np; in sg_init_aead() 255 if (np > XBUFSIZE) { in sg_init_aead() 257 np = XBUFSIZE; in sg_init_aead() 259 sg_init_table(sg, np); in sg_init_aead() 260 for (k = 0; k < np; ++k) { in sg_init_aead() 261 if (k == (np-1)) in sg_init_aead()
|