Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/
Dpadlock-aes.c234 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, in ecb_crypt() function
264 ecb_crypt(input, output, key, control_word, count); in padlock_xcrypt_ecb()
304 ecb_crypt(in, out, ctx->E, &ctx->cword.encrypt, 1); in aes_encrypt()
316 ecb_crypt(in, out, ctx->D, &ctx->cword.decrypt, 1); in aes_decrypt()