Home
last modified time | relevance | path

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

/linux/crypto/
H A Dinternal.h113 const struct crypto_type *frontend, int node);
114 void *crypto_clone_tfm(const struct crypto_type *frontend,
118 const struct crypto_type *frontend) in crypto_create_tfm()
124 const struct crypto_type *frontend,
128 const struct crypto_type *frontend, u32 type, u32 mask,
132 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
141 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
H A Dapi.c367 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops()
375 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize()
502 const struct crypto_type *frontend, int node, in crypto_alloc_tfmmem()
526 const struct crypto_type *frontend, in crypto_create_tfm_node()
560 void *crypto_clone_tfm(const struct crypto_type *frontend, in crypto_clone_tfm()
587 const struct crypto_type *frontend, in crypto_find_alg()
625 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
H A Dhash.h14 extern const struct crypto_type crypto_shash_type;
H A Dacompress.c24 static const struct crypto_type crypto_acomp_type;
96 static const struct crypto_type crypto_acomp_type = {
H A Dscompress.c36 static const struct crypto_type crypto_scomp_type;
265 static const struct crypto_type crypto_scomp_type = {
H A Dkpp.c69 static const struct crypto_type crypto_kpp_type = {
H A Drng.c88 static const struct crypto_type crypto_rng_type = {
H A Daead.c174 static const struct crypto_type crypto_aead_type = {
H A Dshash.c216 const struct crypto_type crypto_shash_type = {
H A Dskcipher.c47 static const struct crypto_type crypto_skcipher_type;
808 static const struct crypto_type crypto_skcipher_type = {
H A Dlskcipher.c283 static const struct crypto_type crypto_lskcipher_type = {
H A Dahash.c530 static const struct crypto_type crypto_ahash_type = {
H A Dalgapi.c996 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
/linux/include/crypto/
H A Dalgapi.h57 struct crypto_type { struct
107 const struct crypto_type *frontend;
/linux/include/linux/
H A Dcrypto.h158 struct crypto_type;
358 const struct crypto_type *cra_type;
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A 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()