Searched refs:crypto_type (Results 1 – 15 of 15) sorted by relevance
| /crypto/ |
| A D | internal.h | 36 struct crypto_type { struct 128 const struct crypto_type *frontend, int node); 129 void *crypto_clone_tfm(const struct crypto_type *frontend, 133 const struct crypto_type *frontend) in crypto_create_tfm() 139 const struct crypto_type *frontend, 143 const struct crypto_type *frontend, u32 type, u32 mask, 147 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm() 156 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
|
| A D | api.c | 372 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() 380 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() 503 const struct crypto_type *frontend, int node, in crypto_alloc_tfmmem() 527 const struct crypto_type *frontend, in crypto_create_tfm_node() 562 void *crypto_clone_tfm(const struct crypto_type *frontend, in crypto_clone_tfm() 589 const struct crypto_type *frontend, in crypto_find_alg() 627 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
|
| A D | hash.h | 14 extern const struct crypto_type crypto_shash_type;
|
| A D | scompress.c | 40 static const struct crypto_type crypto_scomp_type; 335 static const struct crypto_type crypto_scomp_type = {
|
| A D | kpp.c | 69 static const struct crypto_type crypto_kpp_type = {
|
| A D | sig.c | 63 static const struct crypto_type crypto_sig_type = {
|
| A D | rng.c | 88 static const struct crypto_type crypto_rng_type = {
|
| A D | akcipher.c | 86 static const struct crypto_type crypto_akcipher_type = {
|
| A D | acompress.c | 37 static const struct crypto_type crypto_acomp_type; 136 static const struct crypto_type crypto_acomp_type = {
|
| A D | skcipher.c | 30 static const struct crypto_type crypto_skcipher_type; 360 static const struct crypto_type crypto_skcipher_type = {
|
| A D | aead.c | 175 static const struct crypto_type crypto_aead_type = {
|
| A D | shash.c | 360 const struct crypto_type crypto_shash_type = {
|
| A D | lskcipher.c | 283 static const struct crypto_type crypto_lskcipher_type = {
|
| A D | algapi.c | 1041 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
|
| A D | ahash.c | 802 static const struct crypto_type crypto_ahash_type = {
|
Completed in 661 milliseconds