Searched refs:crypto_type (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/crypto/ |
D | internal.h | 94 const struct crypto_type *frontend); 96 const struct crypto_type *frontend, 99 const struct crypto_type *frontend, u32 type, u32 mask);
|
D | api.c | 289 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()
|
D | pcompress.c | 74 static const struct crypto_type crypto_pcomp_type = {
|
D | akcipher.c | 78 static const struct crypto_type crypto_akcipher_type = {
|
D | rng.c | 105 static const struct crypto_type crypto_rng_type = {
|
D | skcipher.c | 230 static const struct crypto_type crypto_skcipher_type2 = {
|
D | shash.c | 25 static const struct crypto_type crypto_shash_type; 561 static const struct crypto_type crypto_shash_type = {
|
D | ablkcipher.c | 429 const struct crypto_type crypto_ablkcipher_type = { 510 const struct crypto_type crypto_givcipher_type = {
|
D | algapi.c | 610 const struct crypto_type *frontend) in crypto_init_spawn2() 784 const struct crypto_type *frontend, in crypto_attr_alg2()
|
D | aead.c | 161 static const struct crypto_type crypto_aead_type = {
|
D | ahash.c | 525 const struct crypto_type crypto_ahash_type = {
|
D | blkcipher.c | 553 const struct crypto_type crypto_blkcipher_type = {
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 26 struct crypto_type { struct 67 const struct crypto_type *frontend; 131 extern const struct crypto_type crypto_ablkcipher_type; 132 extern const struct crypto_type crypto_blkcipher_type; 148 const struct crypto_type *frontend); 167 const struct crypto_type *frontend,
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | common.h | 70 enum crypto_type { enum
|
D | wmi.h | 2559 enum crypto_type pairwise_crypto, 2561 enum crypto_type group_crypto, 2613 enum crypto_type key_type,
|
D | wmi.c | 1847 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()
|
D | cfg80211.c | 1314 enum crypto_type key_type = NONE_CRYPT; in ath6kl_cfg80211_set_default_key()
|
/linux-4.4.14/include/crypto/internal/ |
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-4.4.14/include/linux/ |
D | crypto.h | 142 struct crypto_type; 456 const struct crypto_type *cra_type;
|