Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c363 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro
409 #define BPI 4 /* Number of blocks in buffer per ECB call */ macro
600 #define BPI 8 /* Number of blocks in buffer per ECB call */ macro
803 i = ad_len / (BPI * 16); in process_ad()
807 block ta[BPI], oa[BPI]; in process_ad()
808 ad_block_num += BPI; in process_ad()
816 #if BPI == 4 in process_ad()
819 #elif BPI == 8 in process_ad()
831 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); in process_ad()
836 #if (BPI == 8) in process_ad()
[all …]