Searched defs:AES_ecb_encrypt_blks (Results 1 - 1 of 1) sorted by relevance
/system/keymaster/ |
H A D | ocb.c | 349 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { function 395 static void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { function 576 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { function 829 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); 890 AES_ecb_encrypt_blks(ta, k, &ctx->encrypt_key); 984 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); 1056 AES_ecb_encrypt_blks(ta, k + 1, &ctx->encrypt_key);
|
Completed in 98 milliseconds