Searched refs:BPI (Results 1 – 1 of 1) sorted by relevance
362 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro408 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro599 #define BPI 8 /* Number of blocks in buffer per ECB call */ macro801 i = ad_len / (BPI * 16); in process_ad()805 block ta[BPI], oa[BPI]; in process_ad()806 ad_block_num += BPI; in process_ad()814 #if BPI == 4 in process_ad()817 #elif BPI == 8 in process_ad()829 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); in process_ad()834 #if (BPI == 8) in process_ad()[all …]