Searched refs:AES_ecb_encrypt_blks (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/ |
D | ocb.c | 348 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() function 394 static void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() function 575 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() function 829 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); in process_ad() 890 AES_ecb_encrypt_blks(ta, k, &ctx->encrypt_key); in process_ad() 984 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); in ae_encrypt() 1056 AES_ecb_encrypt_blks(ta, k + 1, &ctx->encrypt_key); in ae_encrypt()
|