Home
last modified time | relevance | path

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

/linux-3.4.99/include/crypto/
Dalgapi.h24 struct crypto_type { struct
64 const struct crypto_type *frontend;
125 extern const struct crypto_type crypto_ablkcipher_type;
126 extern const struct crypto_type crypto_aead_type;
127 extern const struct crypto_type crypto_blkcipher_type;
143 const struct crypto_type *frontend);
160 const struct crypto_type *frontend,
/linux-3.4.99/crypto/
Dinternal.h96 const struct crypto_type *frontend);
98 const struct crypto_type *frontend,
101 const struct crypto_type *frontend, u32 type, u32 mask);
Dapi.c285 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops()
307 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops()
331 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize()
455 const struct crypto_type *frontend) in crypto_create_tfm()
496 const struct crypto_type *frontend, in crypto_find_alg()
537 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;
564 static const struct crypto_type crypto_shash_type = {
Dablkcipher.c431 const struct crypto_type crypto_ablkcipher_type = {
512 const struct crypto_type crypto_givcipher_type = {
Dalgapi.c608 const struct crypto_type *frontend) in crypto_init_spawn2()
766 const struct crypto_type *frontend, in crypto_attr_alg2()
Dahash.c439 const struct crypto_type crypto_ahash_type = {
Dblkcipher.c539 const struct crypto_type crypto_blkcipher_type = {
/linux-3.4.99/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-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcommon.h70 enum crypto_type { enum
Dwmi.h2393 enum crypto_type pairwise_crypto,
2395 enum crypto_type group_crypto,
2451 enum crypto_type key_type,
Dwmi.c1713 enum crypto_type pairwise_crypto, in ath6kl_wmi_connect_cmd()
1715 enum crypto_type group_crypto, in ath6kl_wmi_connect_cmd()
2121 enum crypto_type key_type, in ath6kl_wmi_addkey_cmd()
Dcfg80211.c1203 enum crypto_type key_type = NONE_CRYPT; in ath6kl_cfg80211_set_default_key()
/linux-3.4.99/include/linux/
Dcrypto.h124 struct crypto_type;
295 const struct crypto_type *cra_type;