Home
last modified time | relevance | path

Searched refs:cia_setkey (Results 1 – 25 of 111) sorted by relevance

12345

/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dcipher.c36 ret = cia->cia_setkey(crypto_cipher_tfm(tfm), alignbuffer, keylen); in setkey_unaligned()
55 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey()
H A Ddes_generic.c96 .cia_setkey = des_setkey,
110 .cia_setkey = des3_ede_setkey,
H A Dtea.c228 .cia_setkey = tea_setkey,
242 .cia_setkey = xtea_setkey,
256 .cia_setkey = xtea_setkey,
H A Daes_ti.c63 .cra_cipher.cia_setkey = aesti_set_key,
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dcipher.c36 ret = cia->cia_setkey(crypto_cipher_tfm(tfm), alignbuffer, keylen); in setkey_unaligned()
55 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey()
H A Ddes_generic.c96 .cia_setkey = des_setkey,
110 .cia_setkey = des3_ede_setkey,
H A Dtea.c228 .cia_setkey = tea_setkey,
242 .cia_setkey = xtea_setkey,
256 .cia_setkey = xtea_setkey,
H A Daes_ti.c63 .cra_cipher.cia_setkey = aesti_set_key,
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dcipher.c36 ret = cia->cia_setkey(crypto_cipher_tfm(tfm), alignbuffer, keylen); in setkey_unaligned()
55 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey()
H A Ddes_generic.c96 .cia_setkey = des_setkey,
110 .cia_setkey = des3_ede_setkey,
H A Dtea.c228 .cia_setkey = tea_setkey,
242 .cia_setkey = xtea_setkey,
256 .cia_setkey = xtea_setkey,
H A Daes_ti.c63 .cra_cipher.cia_setkey = aesti_set_key,
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/crypto/
H A Ddevel-algos.rst72 other part of the kernel. Note that the .cia_setkey() call might happen
80 .cia_setkey() -> .cia_encrypt()
85 Please note that a pattern where .cia_setkey() is called multiple times
93 .cia_setkey() -> .cia_encrypt() -> .cia_setkey() -> .cia_encrypt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/crypto/
H A Ddevel-algos.rst72 other part of the kernel. Note that the .cia_setkey() call might happen
80 .cia_setkey() -> .cia_encrypt()
85 Please note that a pattern where .cia_setkey() is called multiple times
93 .cia_setkey() -> .cia_encrypt() -> .cia_setkey() -> .cia_encrypt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/crypto/
H A Ddevel-algos.rst72 other part of the kernel. Note that the .cia_setkey() call might happen
80 .cia_setkey() -> .cia_encrypt()
85 Please note that a pattern where .cia_setkey() is called multiple times
93 .cia_setkey() -> .cia_encrypt() -> .cia_setkey() -> .cia_encrypt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/crypto/
H A Dtwofish_glue.c77 .cia_setkey = twofish_setkey,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/crypto/
H A Dtwofish_glue.c77 .cia_setkey = twofish_setkey,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/crypto/
H A Dtwofish_glue.c77 .cia_setkey = twofish_setkey,
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/crypto/
H A Dsm4-ce-glue.c57 .cia_setkey = crypto_sm4_set_key,
H A Daes-cipher-glue.c42 .cra_cipher.cia_setkey = crypto_aes_set_key,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/crypto/
H A Dsm4-ce-glue.c57 .cia_setkey = crypto_sm4_set_key,
H A Daes-cipher-glue.c42 .cra_cipher.cia_setkey = crypto_aes_set_key,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/crypto/
H A Dsm4-ce-glue.c57 .cia_setkey = crypto_sm4_set_key,
H A Daes-cipher-glue.c42 .cra_cipher.cia_setkey = crypto_aes_set_key,
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/crypto/
H A Daes-cipher-glue.c43 .cra_cipher.cia_setkey = crypto_aes_set_key,

12345