Searched refs:BPI (Results 1 – 1 of 1) sorted by relevance
374 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro420 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro611 #define BPI 8 /* Number of blocks in buffer per ECB call */ macro814 i = ad_len / (BPI * 16); in process_ad()818 block ta[BPI], oa[BPI]; in process_ad()819 ad_block_num += BPI; in process_ad()827 #if BPI == 4 in process_ad()830 #elif BPI == 8 in process_ad()842 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); in process_ad()847 #if (BPI == 8) in process_ad()[all …]