/kernel/linux/linux-6.6/crypto/ |
H A D | internal.h | 126 const struct crypto_type *frontend, int node); 127 void *crypto_clone_tfm(const struct crypto_type *frontend, 135 const struct crypto_type *frontend) in crypto_create_tfm() 141 const struct crypto_type *frontend, 145 const struct crypto_type *frontend, u32 type, u32 mask, 149 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm() 158 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
|
H A D | api.c | 350 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() 358 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() 485 const struct crypto_type *frontend, int node, in crypto_alloc_tfmmem() 509 const struct crypto_type *frontend, in crypto_create_tfm_node() 543 void *crypto_clone_tfm(const struct crypto_type *frontend, in crypto_clone_tfm() 570 const struct crypto_type *frontend, in crypto_find_alg() 608 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
|
H A D | sig.c | 22 static const struct crypto_type crypto_sig_type; 58 static const struct crypto_type crypto_sig_type = {
|
H A D | acompress.c | 24 static const struct crypto_type crypto_acomp_type; 122 static const struct crypto_type crypto_acomp_type = {
|
H A D | scompress.c | 36 static const struct crypto_type crypto_scomp_type; 243 static const struct crypto_type crypto_scomp_type = {
|
H A D | kpp.c | 92 static const struct crypto_type crypto_kpp_type = {
|
H A D | rng.c | 115 static const struct crypto_type crypto_rng_type = {
|
H A D | shash.c | 22 static const struct crypto_type crypto_shash_type; 544 static const struct crypto_type crypto_shash_type = {
|
H A D | ahash.c | 24 static const struct crypto_type crypto_ahash_type; 501 static const struct crypto_type crypto_ahash_type = {
|
/kernel/linux/linux-5.10/crypto/ |
H A D | internal.h | 70 const struct crypto_type *frontend, int node); 73 const struct crypto_type *frontend) in crypto_create_tfm() 79 const struct crypto_type *frontend, 83 const struct crypto_type *frontend, u32 type, u32 mask, 87 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm() 96 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
|
H A D | api.c | 296 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops() 305 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() 313 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() 437 const struct crypto_type *frontend, in crypto_create_tfm_node() 480 const struct crypto_type *frontend, in crypto_find_alg() 518 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
|
H A D | acompress.c | 24 static const struct crypto_type crypto_acomp_type; 92 static const struct crypto_type crypto_acomp_type = {
|
H A D | scompress.c | 37 static const struct crypto_type crypto_scomp_type; 250 static const struct crypto_type crypto_scomp_type = {
|
H A D | kpp.c | 71 static const struct crypto_type crypto_kpp_type = {
|
H A D | akcipher.c | 79 static const struct crypto_type crypto_akcipher_type = {
|
H A D | rng.c | 97 static const struct crypto_type crypto_rng_type = {
|
H A D | ahash.c | 25 static const struct crypto_type crypto_ahash_type; 532 static const struct crypto_type crypto_ahash_type = {
|
H A D | shash.c | 21 static const struct crypto_type crypto_shash_type; 494 static const struct crypto_type crypto_shash_type = {
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | algapi.h | 32 struct crypto_type { struct 83 const struct crypto_type *frontend;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | crypto.h | 160 struct crypto_type; 308 * struct crypto_type, which implements callbacks common for all 358 const struct crypto_type *cra_type;
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | algapi.h | 57 struct crypto_type { struct 110 const struct crypto_type *frontend;
|
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 328 int crypto_type; member 1095 switch (ctx->crypto_type) { in artpec6_crypto_encrypt() 1105 switch (ctx->crypto_type) { in artpec6_crypto_encrypt() 1140 switch (ctx->crypto_type) { in artpec6_crypto_decrypt() 1151 switch (ctx->crypto_type) { in artpec6_crypto_decrypt() 1538 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB; in artpec6_crypto_aes_ecb_init() 1554 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR; in artpec6_crypto_aes_ctr_init() 1564 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC; in artpec6_crypto_aes_cbc_init() 1574 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS; in artpec6_crypto_aes_xts_init() 1697 if (ctx->crypto_type in artpec6_crypto_prepare_crypto() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 329 int crypto_type; member 1096 switch (ctx->crypto_type) { in artpec6_crypto_encrypt() 1106 switch (ctx->crypto_type) { in artpec6_crypto_encrypt() 1141 switch (ctx->crypto_type) { in artpec6_crypto_decrypt() 1152 switch (ctx->crypto_type) { in artpec6_crypto_decrypt() 1539 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB; in artpec6_crypto_aes_ecb_init() 1555 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR; in artpec6_crypto_aes_ctr_init() 1565 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC; in artpec6_crypto_aes_cbc_init() 1575 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS; in artpec6_crypto_aes_xts_init() 1698 if (ctx->crypto_type in artpec6_crypto_prepare_crypto() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | crypto.c | 136 int crypto_type) in mlx5_crypto_cmd_sync_crypto() 142 "Execute SYNC_CRYPTO command with crypto_type(0x%x)\n", in mlx5_crypto_cmd_sync_crypto() 143 crypto_type); in mlx5_crypto_cmd_sync_crypto() 146 MLX5_SET(sync_crypto_in, in, crypto_type, crypto_type); in mlx5_crypto_cmd_sync_crypto() 152 crypto_type, err); in mlx5_crypto_cmd_sync_crypto() 135 mlx5_crypto_cmd_sync_crypto(struct mlx5_core_dev *mdev, int crypto_type) mlx5_crypto_cmd_sync_crypto() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 168 struct crypto_type; 425 * struct crypto_type, which implements callbacks common for all 484 const struct crypto_type *cra_type;
|