Searched refs:AES_ecb_decrypt_blks (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/key_blob_utils/ |
D | ocb.c | 367 static inline void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_decrypt_blks() function 413 void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_decrypt_blks() function 599 static inline void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_decrypt_blks() function 1220 AES_ecb_decrypt_blks(ta, BPI, &ctx->decrypt_key); in ae_decrypt() 1294 AES_ecb_decrypt_blks(ta, k, &ctx->decrypt_key); in ae_decrypt()
|