Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c349 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() function
395 static void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() function
576 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() function
831 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); in process_ad()
892 AES_ecb_encrypt_blks(ta, k, &ctx->encrypt_key); in process_ad()
986 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key); in ae_encrypt()
1058 AES_ecb_encrypt_blks(ta, k + 1, &ctx->encrypt_key); in ae_encrypt()