Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dalgapi.h24 struct crypto_type { struct
64 const struct crypto_type *frontend;
128 extern const struct crypto_type crypto_ablkcipher_type;
129 extern const struct crypto_type crypto_aead_type;
130 extern const struct crypto_type crypto_blkcipher_type;
146 const struct crypto_type *frontend);
163 const struct crypto_type *frontend,
/linux-4.1.27/crypto/
Dinternal.h95 const struct crypto_type *frontend);
97 const struct crypto_type *frontend,
100 const struct crypto_type *frontend, u32 type, u32 mask);
Dapi.c289 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops()
311 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops()
335 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize()
459 const struct crypto_type *frontend) in crypto_create_tfm()
500 const struct crypto_type *frontend, in crypto_find_alg()
541 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
Dpcompress.c79 static const struct crypto_type crypto_pcomp_type = {
Drng.c101 const struct crypto_type crypto_rng_type = {
Daead.c157 const struct crypto_type crypto_aead_type = {
243 const struct crypto_type crypto_nivaead_type = {
Dshash.c25 static const struct crypto_type crypto_shash_type;
566 static const struct crypto_type crypto_shash_type = {
Dablkcipher.c429 const struct crypto_type crypto_ablkcipher_type = {
510 const struct crypto_type crypto_givcipher_type = {
Dalgapi.c602 const struct crypto_type *frontend) in crypto_init_spawn2()
760 const struct crypto_type *frontend, in crypto_attr_alg2()
Dahash.c525 const struct crypto_type crypto_ahash_type = {
Dblkcipher.c552 const struct crypto_type crypto_blkcipher_type = {
/linux-4.1.27/include/crypto/internal/
Drng.h19 extern const struct crypto_type crypto_rng_type;
Daead.h26 extern const struct crypto_type crypto_nivaead_type;
Dskcipher.h26 extern const struct crypto_type crypto_givcipher_type;
Dhash.h53 extern const struct crypto_type crypto_ahash_type;
/linux-4.1.27/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.c1847 enum crypto_type pairwise_crypto, in ath6kl_wmi_connect_cmd()
1849 enum crypto_type group_crypto, in ath6kl_wmi_connect_cmd()
2299 enum crypto_type key_type, in ath6kl_wmi_addkey_cmd()
Dcfg80211.c1314 enum crypto_type key_type = NONE_CRYPT; in ath6kl_cfg80211_set_default_key()
/linux-4.1.27/include/linux/
Dcrypto.h143 struct crypto_type;
554 const struct crypto_type *cra_type;