Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/crypto/
Daes_s390.c94 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
207 .cia_setkey = aes_set_key,
294 return aes_set_key(tfm, in_key, key_len); in ecb_aes_set_key()
423 return aes_set_key(tfm, in_key, key_len); in cbc_aes_set_key()
/linux-2.6.39/drivers/crypto/
Dpadlock-aes.c103 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
335 .cia_setkey = aes_set_key,
415 .setkey = aes_set_key,
499 .setkey = aes_set_key,
/linux-2.6.39/arch/x86/crypto/
Daesni-intel_glue.c187 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
233 .cia_setkey = aes_set_key,
268 .cia_setkey = aes_set_key,
338 .setkey = aes_set_key,
408 .setkey = aes_set_key,
475 .setkey = aes_set_key,
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/
Daes.c274 aes_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u32 *flags) in aes_set_key() function
446 .cia_setkey = aes_set_key,