Home
last modified time | relevance | path

Searched refs:crypto_type (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.6/crypto/
Dinternal.h126 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,
Dapi.c350 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()
Dsig.c22 static const struct crypto_type crypto_sig_type;
58 static const struct crypto_type crypto_sig_type = {
Dacompress.c24 static const struct crypto_type crypto_acomp_type;
122 static const struct crypto_type crypto_acomp_type = {
Dscompress.c36 static const struct crypto_type crypto_scomp_type;
237 static const struct crypto_type crypto_scomp_type = {
Dkpp.c92 static const struct crypto_type crypto_kpp_type = {
Drng.c115 static const struct crypto_type crypto_rng_type = {
Dahash.c24 static const struct crypto_type crypto_ahash_type;
501 static const struct crypto_type crypto_ahash_type = {
Dshash.c22 static const struct crypto_type crypto_shash_type;
544 static const struct crypto_type crypto_shash_type = {
Dakcipher.c97 static const struct crypto_type crypto_akcipher_type = {
Daead.c238 static const struct crypto_type crypto_aead_type = {
Dalgapi.c1041 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
Dskcipher.c772 static const struct crypto_type crypto_skcipher_type = {
/Linux-v6.6/include/linux/
Dcrypto.h160 struct crypto_type;
358 const struct crypto_type *cra_type;
/Linux-v6.6/include/crypto/
Dalgapi.h57 struct crypto_type { struct
110 const struct crypto_type *frontend;
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dcrypto.c136 int crypto_type) in mlx5_crypto_cmd_sync_crypto() argument
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()
/Linux-v6.6/drivers/crypto/axis/
Dartpec6_crypto.c329 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 == ARTPEC6_CRYPTO_CIPHER_AES_XTS) in artpec6_crypto_prepare_crypto()
[all …]
/Linux-v6.6/include/linux/mlx5/
Dmlx5_ifc.h1158 u8 crypto_type[0x10]; member