Home
last modified time | relevance | path

Searched refs:cra_cipher (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/crypto/
H A Daes-cipher-glue.c40 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
41 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
42 .cra_cipher.cia_setkey = crypto_aes_set_key,
43 .cra_cipher.cia_encrypt = aes_arm64_encrypt,
44 .cra_cipher.cia_decrypt = aes_arm64_decrypt
H A Daes-ce-glue.c159 .cra_cipher = {
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Daes_ti.c61 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
62 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
63 .cra_cipher.cia_setkey = aesti_set_key,
64 .cra_cipher.cia_encrypt = aesti_encrypt,
65 .cra_cipher.cia_decrypt = aesti_decrypt
H A Dproc.c68 alg->cra_cipher.cia_min_keysize); in c_show()
70 alg->cra_cipher.cia_max_keysize); in c_show()
H A Dcrypto_user_base.c81 rcipher.min_keysize = alg->cra_cipher.cia_min_keysize; in crypto_report_cipher()
82 rcipher.max_keysize = alg->cra_cipher.cia_max_keysize; in crypto_report_cipher()
H A Dadiantum.c480 if (blockcipher_alg->cra_cipher.cia_min_keysize > BLOCKCIPHER_KEY_SIZE || in adiantum_supported_algorithms()
481 blockcipher_alg->cra_cipher.cia_max_keysize < BLOCKCIPHER_KEY_SIZE) in adiantum_supported_algorithms()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/crypto/
H A Daes-cipher-glue.c40 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
41 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
42 .cra_cipher.cia_setkey = crypto_aes_set_key,
43 .cra_cipher.cia_encrypt = aes_arm64_encrypt,
44 .cra_cipher.cia_decrypt = aes_arm64_decrypt
H A Daes-ce-glue.c159 .cra_cipher = {
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Daes_ti.c61 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
62 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
63 .cra_cipher.cia_setkey = aesti_set_key,
64 .cra_cipher.cia_encrypt = aesti_encrypt,
65 .cra_cipher.cia_decrypt = aesti_decrypt
H A Dproc.c68 alg->cra_cipher.cia_min_keysize); in c_show()
70 alg->cra_cipher.cia_max_keysize); in c_show()
H A Dcrypto_user_base.c81 rcipher.min_keysize = alg->cra_cipher.cia_min_keysize; in crypto_report_cipher()
82 rcipher.max_keysize = alg->cra_cipher.cia_max_keysize; in crypto_report_cipher()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Daes_ti.c61 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
62 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
63 .cra_cipher.cia_setkey = aesti_set_key,
64 .cra_cipher.cia_encrypt = aesti_encrypt,
65 .cra_cipher.cia_decrypt = aesti_decrypt
H A Dproc.c68 alg->cra_cipher.cia_min_keysize); in c_show()
70 alg->cra_cipher.cia_max_keysize); in c_show()
H A Dcrypto_user_base.c81 rcipher.min_keysize = alg->cra_cipher.cia_min_keysize; in crypto_report_cipher()
82 rcipher.max_keysize = alg->cra_cipher.cia_max_keysize; in crypto_report_cipher()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/crypto/
H A Daes-cipher-glue.c40 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
41 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
42 .cra_cipher.cia_setkey = crypto_aes_set_key,
43 .cra_cipher.cia_encrypt = aes_arm64_encrypt,
44 .cra_cipher.cia_decrypt = aes_arm64_decrypt
H A Daes-ce-glue.c159 .cra_cipher = {
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/crypto/
H A Daes-cipher-glue.c41 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
42 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
43 .cra_cipher.cia_setkey = crypto_aes_set_key,
44 .cra_cipher.cia_encrypt = aes_arm_encrypt,
45 .cra_cipher.cia_decrypt = aes_arm_decrypt,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/crypto/
H A Daes-cipher-glue.c41 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
42 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
43 .cra_cipher.cia_setkey = crypto_aes_set_key,
44 .cra_cipher.cia_encrypt = aes_arm_encrypt,
45 .cra_cipher.cia_decrypt = aes_arm_decrypt,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/crypto/
H A Daes-cipher-glue.c41 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
42 .cra_cipher.cia_max_keysize = AES_MAX_KEY_SIZE,
43 .cra_cipher.cia_setkey = crypto_aes_set_key,
44 .cra_cipher.cia_encrypt = aes_arm_encrypt,
45 .cra_cipher.cia_decrypt = aes_arm_decrypt,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/vmx/
H A Daes.c127 .cra_cipher = {
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/crypto/internal/
H A Dcipher.h215 return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher; in crypto_cipher_alg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/vmx/
H A Daes.c127 .cra_cipher = {
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/vmx/
H A Daes.c127 .cra_cipher = {
/dports/multimedia/libv4l/linux-5.13-rc2/include/crypto/internal/
H A Dcipher.h215 return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher; in crypto_cipher_alg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/crypto/internal/
H A Dcipher.h215 return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher; in crypto_cipher_alg()

12