Searched refs:crypto_type (Results 1 – 23 of 23) sorted by relevance
/Linux-v4.19/crypto/ |
D | internal.h | 86 const struct crypto_type *frontend); 88 const struct crypto_type *frontend, 91 const struct crypto_type *frontend, u32 type, u32 mask); 99 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
|
D | api.c | 299 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops() 321 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() 329 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() 453 const struct crypto_type *frontend) in crypto_create_tfm() 494 const struct crypto_type *frontend, in crypto_find_alg() 529 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
|
D | acompress.c | 29 static const struct crypto_type crypto_acomp_type; 101 static const struct crypto_type crypto_acomp_type = {
|
D | scompress.c | 32 static const struct crypto_type crypto_scomp_type; 267 static const struct crypto_type crypto_scomp_type = {
|
D | kpp.c | 80 static const struct crypto_type crypto_kpp_type = {
|
D | akcipher.c | 87 static const struct crypto_type crypto_akcipher_type = {
|
D | rng.c | 103 static const struct crypto_type crypto_rng_type = {
|
D | ablkcipher.c | 409 const struct crypto_type crypto_ablkcipher_type = { 484 const struct crypto_type crypto_givcipher_type = {
|
D | algapi.c | 619 const struct crypto_type *frontend) in crypto_init_spawn2() 793 const struct crypto_type *frontend, in crypto_attr_alg2() 1049 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
|
D | shash.c | 26 static const struct crypto_type crypto_shash_type; 437 static const struct crypto_type crypto_shash_type = {
|
D | aead.c | 171 static const struct crypto_type crypto_aead_type = {
|
D | ahash.c | 522 const struct crypto_type crypto_ahash_type = {
|
D | blkcipher.c | 548 const struct crypto_type crypto_blkcipher_type = {
|
D | skcipher.c | 923 static const struct crypto_type crypto_skcipher_type2 = {
|
/Linux-v4.19/include/crypto/ |
D | algapi.h | 34 struct crypto_type { struct 74 const struct crypto_type *frontend; 138 extern const struct crypto_type crypto_ablkcipher_type; 139 extern const struct crypto_type crypto_blkcipher_type; 155 const struct crypto_type *frontend); 174 const struct crypto_type *frontend,
|
/Linux-v4.19/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 | 1852 enum crypto_type pairwise_crypto, in ath6kl_wmi_connect_cmd() 1854 enum crypto_type group_crypto, in ath6kl_wmi_connect_cmd() 2304 enum crypto_type key_type, in ath6kl_wmi_addkey_cmd()
|
D | cfg80211.c | 1325 enum crypto_type key_type = NONE_CRYPT; in ath6kl_cfg80211_set_default_key()
|
/Linux-v4.19/drivers/crypto/axis/ |
D | artpec6_crypto.c | 332 int crypto_type; member 1099 switch (ctx->crypto_type) { in artpec6_crypto_encrypt() 1109 switch (ctx->crypto_type) { in artpec6_crypto_encrypt() 1144 switch (ctx->crypto_type) { in artpec6_crypto_decrypt() 1155 switch (ctx->crypto_type) { in artpec6_crypto_decrypt() 1555 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB; in artpec6_crypto_aes_ecb_init() 1572 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR; in artpec6_crypto_aes_ctr_init() 1582 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC; in artpec6_crypto_aes_cbc_init() 1592 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS; in artpec6_crypto_aes_xts_init() 1719 if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS) in artpec6_crypto_prepare_crypto() [all …]
|
/Linux-v4.19/include/crypto/internal/ |
D | skcipher.h | 73 extern const struct crypto_type crypto_givcipher_type;
|
D | hash.h | 53 extern const struct crypto_type crypto_ahash_type;
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 159 struct crypto_type; 476 const struct crypto_type *cra_type;
|