Searched refs:crypto_type (Results 1 – 20 of 20) sorted by relevance
/linux-3.4.99/include/crypto/ |
D | algapi.h | 24 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/ |
D | internal.h | 96 const struct crypto_type *frontend); 98 const struct crypto_type *frontend, 101 const struct crypto_type *frontend, u32 type, u32 mask);
|
D | api.c | 285 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()
|
D | pcompress.c | 79 static const struct crypto_type crypto_pcomp_type = {
|
D | rng.c | 101 const struct crypto_type crypto_rng_type = {
|
D | aead.c | 157 const struct crypto_type crypto_aead_type = { 243 const struct crypto_type crypto_nivaead_type = {
|
D | shash.c | 25 static const struct crypto_type crypto_shash_type; 564 static const struct crypto_type crypto_shash_type = {
|
D | ablkcipher.c | 431 const struct crypto_type crypto_ablkcipher_type = { 512 const struct crypto_type crypto_givcipher_type = {
|
D | algapi.c | 608 const struct crypto_type *frontend) in crypto_init_spawn2() 766 const struct crypto_type *frontend, in crypto_attr_alg2()
|
D | ahash.c | 439 const struct crypto_type crypto_ahash_type = {
|
D | blkcipher.c | 539 const struct crypto_type crypto_blkcipher_type = {
|
/linux-3.4.99/include/crypto/internal/ |
D | rng.h | 19 extern const struct crypto_type crypto_rng_type;
|
D | aead.h | 26 extern const struct crypto_type crypto_nivaead_type;
|
D | skcipher.h | 26 extern const struct crypto_type crypto_givcipher_type;
|
D | hash.h | 53 extern const struct crypto_type crypto_ahash_type;
|
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/ |
D | common.h | 70 enum crypto_type { enum
|
D | wmi.h | 2393 enum crypto_type pairwise_crypto, 2395 enum crypto_type group_crypto, 2451 enum crypto_type key_type,
|
D | wmi.c | 1713 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()
|
D | cfg80211.c | 1203 enum crypto_type key_type = NONE_CRYPT; in ath6kl_cfg80211_set_default_key()
|
/linux-3.4.99/include/linux/ |
D | crypto.h | 124 struct crypto_type; 295 const struct crypto_type *cra_type;
|