Searched refs:crypto_type (Results 1 – 16 of 16) sorted by relevance
/linux/crypto/ |
H A D | internal.h | 113 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 D | api.c | 367 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 D | hash.h | 14 extern const struct crypto_type crypto_shash_type;
|
H A D | acompress.c | 24 static const struct crypto_type crypto_acomp_type; 96 static const struct crypto_type crypto_acomp_type = {
|
H A D | scompress.c | 36 static const struct crypto_type crypto_scomp_type; 265 static const struct crypto_type crypto_scomp_type = {
|
H A D | kpp.c | 69 static const struct crypto_type crypto_kpp_type = {
|
H A D | rng.c | 88 static const struct crypto_type crypto_rng_type = {
|
H A D | aead.c | 174 static const struct crypto_type crypto_aead_type = {
|
H A D | shash.c | 216 const struct crypto_type crypto_shash_type = {
|
H A D | skcipher.c | 47 static const struct crypto_type crypto_skcipher_type; 808 static const struct crypto_type crypto_skcipher_type = {
|
H A D | lskcipher.c | 283 static const struct crypto_type crypto_lskcipher_type = {
|
H A D | ahash.c | 530 static const struct crypto_type crypto_ahash_type = {
|
H A D | algapi.c | 996 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
|
/linux/include/crypto/ |
H A D | algapi.h | 57 struct crypto_type { struct 107 const struct crypto_type *frontend;
|
/linux/include/linux/ |
H A D | crypto.h | 158 struct crypto_type; 358 const struct crypto_type *cra_type;
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | crypto.c | 136 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()
|