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

/linux-4.1.27/include/crypto/internal/
H A Drng.h19 extern const struct crypto_type crypto_rng_type;
H A Daead.h26 extern const struct crypto_type crypto_nivaead_type;
H A Dskcipher.h26 extern const struct crypto_type crypto_givcipher_type;
H A Dhash.h53 extern const struct crypto_type crypto_ahash_type;
/linux-4.1.27/crypto/
H A Dinternal.h95 const struct crypto_type *frontend);
97 const struct crypto_type *frontend,
100 const struct crypto_type *frontend, u32 type, u32 mask);
H A Dapi.c289 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; crypto_init_ops()
311 const struct crypto_type *type = tfm->__crt_alg->cra_type; crypto_exit_ops()
335 const struct crypto_type *type_obj = alg->cra_type; crypto_ctxsize()
459 const struct crypto_type *frontend) crypto_create_tfm()
500 const struct crypto_type *frontend, crypto_find_alg()
541 const struct crypto_type *frontend, u32 type, u32 mask) crypto_alloc_tfm()
H A Dpcompress.c79 static const struct crypto_type crypto_pcomp_type = {
H A Drng.c101 const struct crypto_type crypto_rng_type = {
H A Dablkcipher.c429 const struct crypto_type crypto_ablkcipher_type = {
510 const struct crypto_type crypto_givcipher_type = {
H A Daead.c157 const struct crypto_type crypto_aead_type = {
243 const struct crypto_type crypto_nivaead_type = {
H A Dalgapi.c602 const struct crypto_type *frontend) crypto_init_spawn2()
760 const struct crypto_type *frontend, crypto_attr_alg2()
H A Dshash.c25 static const struct crypto_type crypto_shash_type;
566 static const struct crypto_type crypto_shash_type = {
H A Dahash.c525 const struct crypto_type crypto_ahash_type = {
H A Dblkcipher.c552 const struct crypto_type crypto_blkcipher_type = {
/linux-4.1.27/include/crypto/
H A 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/drivers/net/wireless/ath/ath6kl/
H A Dcommon.h70 enum crypto_type { enum
H A Dwmi.h2559 enum crypto_type pairwise_crypto,
2561 enum crypto_type group_crypto,
2613 enum crypto_type key_type,
H A Dwmi.c1847 enum crypto_type pairwise_crypto, ath6kl_wmi_connect_cmd()
1849 enum crypto_type group_crypto, ath6kl_wmi_connect_cmd()
2299 enum crypto_type key_type, ath6kl_wmi_addkey_cmd()
H A Dcfg80211.c1314 enum crypto_type key_type = NONE_CRYPT; ath6kl_cfg80211_set_default_key()
/linux-4.1.27/include/linux/
H A Dcrypto.h143 struct crypto_type;
507 * struct crypto_type, which implements callbacks common for all
554 const struct crypto_type *cra_type;

Completed in 295 milliseconds