Searched refs:crypto_type (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | internal.h | 75 const struct crypto_type *frontend); 77 const struct crypto_type *frontend, 80 const struct crypto_type *frontend, u32 type, u32 mask); 86 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
|
| D | api.c | 294 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops() 316 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() 324 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() 448 const struct crypto_type *frontend) in crypto_create_tfm() 489 const struct crypto_type *frontend, in crypto_find_alg() 524 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
|
| D | acompress.c | 24 static const struct crypto_type crypto_acomp_type; 92 static const struct crypto_type crypto_acomp_type = {
|
| D | scompress.c | 37 static const struct crypto_type crypto_scomp_type; 244 static const struct crypto_type crypto_scomp_type = {
|
| D | kpp.c | 71 static const struct crypto_type crypto_kpp_type = {
|
| D | akcipher.c | 79 static const struct crypto_type crypto_akcipher_type = {
|
| D | rng.c | 97 static const struct crypto_type crypto_rng_type = {
|
| D | shash.c | 21 static const struct crypto_type crypto_shash_type; 434 static const struct crypto_type crypto_shash_type = {
|
| D | algapi.c | 639 const struct crypto_type *frontend) in crypto_init_spawn2() 813 const struct crypto_type *frontend, in crypto_attr_alg2() 1027 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
|
| D | ablkcipher.c | 399 const struct crypto_type crypto_ablkcipher_type = {
|
| D | aead.c | 201 static const struct crypto_type crypto_aead_type = {
|
| D | ahash.c | 545 const struct crypto_type crypto_ahash_type = {
|
| D | blkcipher.c | 537 const struct crypto_type crypto_blkcipher_type = {
|
| D | skcipher.c | 967 static const struct crypto_type crypto_skcipher_type2 = {
|
| /Linux-v5.4/include/crypto/ |
| D | algapi.h | 31 struct crypto_type { struct 71 const struct crypto_type *frontend; 135 extern const struct crypto_type crypto_ablkcipher_type; 136 extern const struct crypto_type crypto_blkcipher_type; 154 const struct crypto_type *frontend); 173 const struct crypto_type *frontend,
|
| /Linux-v5.4/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 328 int crypto_type; member 1095 switch (ctx->crypto_type) { in artpec6_crypto_encrypt() 1105 switch (ctx->crypto_type) { in artpec6_crypto_encrypt() 1140 switch (ctx->crypto_type) { in artpec6_crypto_decrypt() 1151 switch (ctx->crypto_type) { in artpec6_crypto_decrypt() 1540 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB; in artpec6_crypto_aes_ecb_init() 1556 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR; in artpec6_crypto_aes_ctr_init() 1566 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC; in artpec6_crypto_aes_cbc_init() 1576 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS; in artpec6_crypto_aes_xts_init() 1703 if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS) in artpec6_crypto_prepare_crypto() [all …]
|
| /Linux-v5.4/include/crypto/internal/ |
| D | hash.h | 48 extern const struct crypto_type crypto_ahash_type;
|
| /Linux-v5.4/include/linux/ |
| D | crypto.h | 146 struct crypto_type; 565 const struct crypto_type *cra_type;
|