Searched refs:aes_set_key (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/ |
| H A D | aes_glue.c | 43 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 85 .cia_setkey = aes_set_key,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | padlock-aes.c | 107 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 165 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher() 337 .cia_setkey = aes_set_key,
|
| /OK3568_Linux_fs/kernel/arch/sparc/crypto/ |
| H A D | aes_glue.c | 168 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 202 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher() 375 .cia_setkey = aes_set_key,
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | aes_s390.c | 84 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 168 .cia_setkey = aes_set_key,
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 333 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 897 .cia_setkey = aes_set_key,
|