Home
last modified time | relevance | path

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

/linux/crypto/
A Dinternal.h87 const struct crypto_type *frontend, int node);
90 const struct crypto_type *frontend) in crypto_create_tfm()
96 const struct crypto_type *frontend,
100 const struct crypto_type *frontend, u32 type, u32 mask,
104 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
113 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
A Dapi.c336 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops()
345 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops()
353 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize()
477 const struct crypto_type *frontend, in crypto_create_tfm_node()
520 const struct crypto_type *frontend, in crypto_find_alg()
558 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
A Dacompress.c24 static const struct crypto_type crypto_acomp_type;
92 static const struct crypto_type crypto_acomp_type = {
A Dscompress.c37 static const struct crypto_type crypto_scomp_type;
244 static const struct crypto_type crypto_scomp_type = {
A Dkpp.c71 static const struct crypto_type crypto_kpp_type = {
A Dakcipher.c79 static const struct crypto_type crypto_akcipher_type = {
A Drng.c97 static const struct crypto_type crypto_rng_type = {
A Dshash.c21 static const struct crypto_type crypto_shash_type;
494 static const struct crypto_type crypto_shash_type = {
A Dahash.c25 static const struct crypto_type crypto_ahash_type;
532 static const struct crypto_type crypto_ahash_type = {
A Daead.c191 static const struct crypto_type crypto_aead_type = {
A Dskcipher.c730 static const struct crypto_type crypto_skcipher_type = {
A Dalgapi.c1040 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
/linux/drivers/crypto/axis/
A 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()
1720 switch (ctx->crypto_type) { in artpec6_crypto_prepare_crypto()
[all …]
/linux/include/crypto/
A Dalgapi.h31 struct crypto_type { struct
80 const struct crypto_type *frontend;
/linux/include/linux/
A Dcrypto.h168 struct crypto_type;
484 const struct crypto_type *cra_type;

Completed in 33 milliseconds