Searched refs:fb (Results 1 – 2 of 2) sorted by relevance
1549 char *fb; local1551 fb = *((char **) bc);1552 if (fb != NULL) {1553 *((char **) bc) = *((char **) fb);1554 brel((void *) fb);1718 char *fb; in bget_main_test()1720 fb = *((char **) bc); in bget_main_test()1721 if (fb != NULL) { in bget_main_test()1722 *((char **) bc) = *((char **) fb); in bget_main_test()1723 brel((void *) fb, &mypoolset, true/*wipe*/); in bget_main_test()[all …]
297 uint8_t fb[BLK_SIZE] = { 0 }; in encrypt() local302 mix_column_sbox(fb, fa); in encrypt()303 set_key(fa, fb, roundval); in encrypt()