Searched refs:crypto_type (Results 1 – 20 of 20) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | internal.h | 36 struct crypto_type { struct 128 const struct crypto_type *frontend, int node); 129 void *crypto_clone_tfm(const struct crypto_type *frontend, 134 const struct crypto_type *frontend) in crypto_create_tfm() 140 const struct crypto_type *frontend, 144 const struct crypto_type *frontend, u32 type, u32 mask, 148 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm() 157 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
|
| H A D | api.c | 364 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() 372 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() 495 const struct crypto_type *frontend, int node, in crypto_alloc_tfmmem() 519 const struct crypto_type *frontend, in crypto_create_tfm_node() 553 void *crypto_clone_tfm(const struct crypto_type *frontend, in crypto_clone_tfm() 580 const struct crypto_type *frontend, in crypto_find_alg() 618 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 | kpp.c | 69 static const struct crypto_type crypto_kpp_type = {
|
| H A D | scompress.c | 43 static const struct crypto_type crypto_scomp_type; 361 static const struct crypto_type crypto_scomp_type = {
|
| H A D | sig.c | 63 static const struct crypto_type crypto_sig_type = {
|
| H A D | rng.c | 88 static const struct crypto_type crypto_rng_type = {
|
| H A D | acompress.c | 25 static const struct crypto_type crypto_acomp_type; 126 static const struct crypto_type crypto_acomp_type = {
|
| H A D | akcipher.c | 86 static const struct crypto_type crypto_akcipher_type = {
|
| H A D | aead.c | 175 static const struct crypto_type crypto_aead_type = {
|
| H A D | skcipher.c | 38 static const struct crypto_type crypto_skcipher_type; 609 static const struct crypto_type crypto_skcipher_type = {
|
| H A D | shash.c | 216 const struct crypto_type crypto_shash_type = {
|
| H A D | lskcipher.c | 283 static const struct crypto_type crypto_lskcipher_type = {
|
| H A D | algapi.c | 1001 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
|
| H A D | ahash.c | 886 static const struct crypto_type crypto_ahash_type = {
|
| /linux-6.15/include/linux/ |
| H A D | crypto.h | 163 struct crypto_type; 343 const struct crypto_type *cra_type;
|
| /linux-6.15/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()
|
| /linux-6.15/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() 1540 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB; in artpec6_crypto_aes_ecb_init() 1557 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR; in artpec6_crypto_aes_ctr_init() 1568 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC; in artpec6_crypto_aes_cbc_init() 1579 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS; in artpec6_crypto_aes_xts_init() 1724 switch (ctx->crypto_type) { in artpec6_crypto_prepare_crypto() [all …]
|
| /linux-6.15/include/crypto/ |
| H A D | algapi.h | 95 const struct crypto_type *frontend;
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 1267 u8 crypto_type[0x10]; member
|