Searched refs:camellia_set_key (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | camellia_glue.c | 37 static int camellia_set_key(struct crypto_tfm *tfm, const u8 *_in_key, in camellia_set_key() function 56 return camellia_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in camellia_set_key_skcipher() 209 .cia_setkey = camellia_set_key,
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | camellia_glue.c | 37 static int camellia_set_key(struct crypto_tfm *tfm, const u8 *_in_key, in camellia_set_key() function 56 return camellia_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in camellia_set_key_skcipher() 209 .cia_setkey = camellia_set_key,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | camellia_generic.c | 968 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key() function 1063 .cia_setkey = camellia_set_key,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | camellia_generic.c | 960 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key() function 1050 .cia_setkey = camellia_set_key,
|
Completed in 4 milliseconds