Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c374 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro
420 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro
611 #define BPI 8 /* Number of blocks in buffer per ECB call */ macro
814 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 …]