Home
last modified time | relevance | path

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

/system/keymaster/
Docb.c362 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro
408 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro
599 #define BPI 8 /* Number of blocks in buffer per ECB call */ macro
801 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 …]