Searched defs:AES_ecb_decrypt_blks (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Docb.c355 static inline void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { function
401 void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { function
587 static inline void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { function
1193 AES_ecb_decrypt_blks(ta, BPI, &ctx->decrypt_key);
1267 AES_ecb_decrypt_blks(ta, k, &ctx->decrypt_key);

Completed in 59 milliseconds