Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dinternal.h86 const struct crypto_type *frontend);
88 const struct crypto_type *frontend,
91 const struct crypto_type *frontend, u32 type, u32 mask);
99 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
Dapi.c299 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops()
321 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops()
329 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize()
453 const struct crypto_type *frontend) in crypto_create_tfm()
494 const struct crypto_type *frontend, in crypto_find_alg()
529 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
Dacompress.c29 static const struct crypto_type crypto_acomp_type;
101 static const struct crypto_type crypto_acomp_type = {
Dscompress.c32 static const struct crypto_type crypto_scomp_type;
267 static const struct crypto_type crypto_scomp_type = {
Dkpp.c80 static const struct crypto_type crypto_kpp_type = {
Dakcipher.c87 static const struct crypto_type crypto_akcipher_type = {
Drng.c103 static const struct crypto_type crypto_rng_type = {
Dablkcipher.c409 const struct crypto_type crypto_ablkcipher_type = {
484 const struct crypto_type crypto_givcipher_type = {
Dalgapi.c619 const struct crypto_type *frontend) in crypto_init_spawn2()
793 const struct crypto_type *frontend, in crypto_attr_alg2()
1049 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
Dshash.c26 static const struct crypto_type crypto_shash_type;
437 static const struct crypto_type crypto_shash_type = {
Daead.c171 static const struct crypto_type crypto_aead_type = {
Dahash.c522 const struct crypto_type crypto_ahash_type = {
Dblkcipher.c548 const struct crypto_type crypto_blkcipher_type = {
Dskcipher.c923 static const struct crypto_type crypto_skcipher_type2 = {
/Linux-v4.19/include/crypto/
Dalgapi.h34 struct crypto_type { struct
74 const struct crypto_type *frontend;
138 extern const struct crypto_type crypto_ablkcipher_type;
139 extern const struct crypto_type crypto_blkcipher_type;
155 const struct crypto_type *frontend);
174 const struct crypto_type *frontend,
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dcommon.h70 enum crypto_type { enum
Dwmi.h2559 enum crypto_type pairwise_crypto,
2561 enum crypto_type group_crypto,
2613 enum crypto_type key_type,
Dwmi.c1852 enum crypto_type pairwise_crypto, in ath6kl_wmi_connect_cmd()
1854 enum crypto_type group_crypto, in ath6kl_wmi_connect_cmd()
2304 enum crypto_type key_type, in ath6kl_wmi_addkey_cmd()
Dcfg80211.c1325 enum crypto_type key_type = NONE_CRYPT; in ath6kl_cfg80211_set_default_key()
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c332 int crypto_type; member
1099 switch (ctx->crypto_type) { in artpec6_crypto_encrypt()
1109 switch (ctx->crypto_type) { in artpec6_crypto_encrypt()
1144 switch (ctx->crypto_type) { in artpec6_crypto_decrypt()
1155 switch (ctx->crypto_type) { in artpec6_crypto_decrypt()
1555 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB; in artpec6_crypto_aes_ecb_init()
1572 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR; in artpec6_crypto_aes_ctr_init()
1582 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC; in artpec6_crypto_aes_cbc_init()
1592 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS; in artpec6_crypto_aes_xts_init()
1719 if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS) in artpec6_crypto_prepare_crypto()
[all …]
/Linux-v4.19/include/crypto/internal/
Dskcipher.h73 extern const struct crypto_type crypto_givcipher_type;
Dhash.h53 extern const struct crypto_type crypto_ahash_type;
/Linux-v4.19/include/linux/
Dcrypto.h159 struct crypto_type;
476 const struct crypto_type *cra_type;