Home
last modified time | relevance | path

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

/xen/stubdom/vtpmmgr/
A Ddisk_crypto.c27 static void aes_encrypt_ecb(void *target, const void *src, const aes_context *key_e) in aes_encrypt_ecb() function
51 aes_encrypt_ecb(out, ctr, key_e); in aes_ctr_one()
174 aes_encrypt_ecb(&L, &x, key); in aes_cmac()
180 aes_encrypt_ecb(&x, &y, key); in aes_cmac()
192 aes_encrypt_ecb(target, &x, key); in aes_cmac()

Completed in 2 milliseconds