Symbol: crypto_type
crypto/acompress.c
134
static const struct crypto_type crypto_acomp_type = {
crypto/acompress.c
37
static const struct crypto_type crypto_acomp_type;
crypto/aead.c
175
static const struct crypto_type crypto_aead_type = {
crypto/ahash.c
815
static const struct crypto_type crypto_ahash_type = {
crypto/akcipher.c
84
static const struct crypto_type crypto_akcipher_type = {
crypto/algapi.c
1039
int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
crypto/api.c
373
const struct crypto_type *type = tfm->__crt_alg->cra_type;
crypto/api.c
381
const struct crypto_type *type_obj = alg->cra_type;
crypto/api.c
504
const struct crypto_type *frontend, int node,
crypto/api.c
528
const struct crypto_type *frontend,
crypto/api.c
563
void *crypto_clone_tfm(const struct crypto_type *frontend,
crypto/api.c
590
const struct crypto_type *frontend,
crypto/api.c
628
const struct crypto_type *frontend, u32 type, u32 mask,
crypto/hash.h
14
extern const struct crypto_type crypto_shash_type;
crypto/internal.h
128
const struct crypto_type *frontend, int node);
crypto/internal.h
129
void *crypto_clone_tfm(const struct crypto_type *frontend,
crypto/internal.h
133
const struct crypto_type *frontend)
crypto/internal.h
139
const struct crypto_type *frontend,
crypto/internal.h
143
const struct crypto_type *frontend, u32 type, u32 mask,
crypto/internal.h
147
const struct crypto_type *frontend, u32 type, u32 mask)
crypto/internal.h
156
int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
crypto/kpp.c
67
static const struct crypto_type crypto_kpp_type = {
crypto/lskcipher.c
283
static const struct crypto_type crypto_lskcipher_type = {
crypto/rng.c
87
static const struct crypto_type crypto_rng_type = {
crypto/scompress.c
333
static const struct crypto_type crypto_scomp_type = {
crypto/scompress.c
40
static const struct crypto_type crypto_scomp_type;
crypto/shash.c
359
const struct crypto_type crypto_shash_type = {
crypto/sig.c
63
static const struct crypto_type crypto_sig_type = {
crypto/skcipher.c
38
static const struct crypto_type crypto_skcipher_type;
crypto/skcipher.c
610
static const struct crypto_type crypto_skcipher_type = {
drivers/crypto/axis/artpec6_crypto.c
1096
switch (ctx->crypto_type) {
drivers/crypto/axis/artpec6_crypto.c
1106
switch (ctx->crypto_type) {
drivers/crypto/axis/artpec6_crypto.c
1141
switch (ctx->crypto_type) {
drivers/crypto/axis/artpec6_crypto.c
1152
switch (ctx->crypto_type) {
drivers/crypto/axis/artpec6_crypto.c
1540
ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB;
drivers/crypto/axis/artpec6_crypto.c
1557
ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR;
drivers/crypto/axis/artpec6_crypto.c
1568
ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC;
drivers/crypto/axis/artpec6_crypto.c
1579
ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS;
drivers/crypto/axis/artpec6_crypto.c
1702
if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS)
drivers/crypto/axis/artpec6_crypto.c
1724
switch (ctx->crypto_type) {
drivers/crypto/axis/artpec6_crypto.c
1752
MODULE_NAME, ctx->crypto_type);
drivers/crypto/axis/artpec6_crypto.c
1800
if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_CTR ||
drivers/crypto/axis/artpec6_crypto.c
1801
ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS) {
drivers/crypto/axis/artpec6_crypto.c
329
int crypto_type;
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
136
int crypto_type)
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
143
crypto_type);
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
146
MLX5_SET(sync_crypto_in, in, crypto_type, crypto_type);
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
152
crypto_type, err);
include/crypto/algapi.h
96
const struct crypto_type *frontend;
include/linux/crypto.h
176
struct crypto_type;
include/linux/crypto.h
348
const struct crypto_type *cra_type;
include/linux/mlx5/mlx5_ifc.h
1287
u8 crypto_type[0x10];