Home
last modified time | relevance | path

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

/linux/lib/crypto/powerpc/
H A Daes.h70 static void aes_decrypt_arch(const struct aes_key *key, in aes_decrypt_arch() function
196 static void aes_decrypt_arch(const struct aes_key *key, u8 out[AES_BLOCK_SIZE], in aes_decrypt_arch() function
/linux/lib/crypto/
H A Daes.c467 static void aes_decrypt_arch(const struct aes_key *key, in aes_decrypt_arch() function
511 aes_decrypt_arch(key, out, in); in aes_decrypt()