/linux-4.4.14/include/crypto/internal/ |
D | hash.h | 84 void ahash_free_instance(struct crypto_instance *inst); 88 struct crypto_instance *inst); 103 void shash_free_instance(struct crypto_instance *inst); 107 struct crypto_instance *inst); 148 static inline struct crypto_instance *ahash_crypto_instance( in ahash_crypto_instance() 151 return container_of(&inst->alg.halg.base, struct crypto_instance, alg); in ahash_crypto_instance() 155 struct crypto_instance *inst) in ahash_instance() 205 static inline struct crypto_instance *shash_crypto_instance( in shash_crypto_instance() 208 return container_of(&inst->alg.base, struct crypto_instance, alg); in shash_crypto_instance() 212 struct crypto_instance *inst) in shash_instance()
|
D | aead.h | 28 struct crypto_instance base; 47 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance() 50 return container_of(&inst->alg.base, struct crypto_instance, alg); in aead_crypto_instance() 53 static inline struct aead_instance *aead_instance(struct crypto_instance *inst) in aead_instance() 84 struct crypto_aead_spawn *spawn, struct crypto_instance *inst) in crypto_set_aead_spawn()
|
D | skcipher.h | 29 struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst) in crypto_set_skcipher_spawn() 62 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, 65 void skcipher_geniv_free(struct crypto_instance *inst);
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 21 struct crypto_instance; 34 void (*free)(struct crypto_instance *inst); 42 struct crypto_instance { struct 56 struct crypto_instance *(*alloc)(struct rtattr **tb); argument 57 void (*free)(struct crypto_instance *inst); 66 struct crypto_instance *inst; 141 struct crypto_instance *inst); 142 int crypto_unregister_instance(struct crypto_instance *inst); 145 struct crypto_instance *inst, u32 mask); 147 struct crypto_instance *inst, [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | fpu.c | 83 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_fpu_init_tfm() 102 static struct crypto_instance *crypto_fpu_alloc(struct rtattr **tb) in crypto_fpu_alloc() 104 struct crypto_instance *inst; in crypto_fpu_alloc() 141 static void crypto_fpu_free(struct crypto_instance *inst) in crypto_fpu_free()
|
/linux-4.4.14/crypto/ |
D | ecb.c | 99 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_ecb_init_tfm() 118 static struct crypto_instance *crypto_ecb_alloc(struct rtattr **tb) in crypto_ecb_alloc() 120 struct crypto_instance *inst; in crypto_ecb_alloc() 160 static void crypto_ecb_free(struct crypto_instance *inst) in crypto_ecb_free()
|
D | ctr.c | 160 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_ctr_init_tfm() 181 static struct crypto_instance *crypto_ctr_alloc(struct rtattr **tb) in crypto_ctr_alloc() 183 struct crypto_instance *inst; in crypto_ctr_alloc() 239 static void crypto_ctr_free(struct crypto_instance *inst) in crypto_ctr_free() 308 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_rfc3686_init_tfm() 336 static struct crypto_instance *crypto_rfc3686_alloc(struct rtattr **tb) in crypto_rfc3686_alloc() 339 struct crypto_instance *inst; in crypto_rfc3686_alloc() 423 static void crypto_rfc3686_free(struct crypto_instance *inst) in crypto_rfc3686_free()
|
D | algapi.c | 70 static void crypto_free_instance(struct crypto_instance *inst) in crypto_free_instance() 82 struct crypto_instance *inst = (void *)alg; in crypto_destroy_instance() 112 static void crypto_remove_instance(struct crypto_instance *inst, in crypto_remove_instance() 156 struct crypto_instance *inst; in crypto_remove_spawns() 471 struct crypto_instance *inst; in crypto_unregister_template() 527 struct crypto_instance *inst) in crypto_register_instance() 571 int crypto_unregister_instance(struct crypto_instance *inst) in crypto_unregister_instance() 589 struct crypto_instance *inst, u32 mask) in crypto_init_spawn() 609 struct crypto_instance *inst, in crypto_init_spawn2() 818 struct crypto_instance *inst; in crypto_alloc_instance2() [all …]
|
D | keywrap.c | 323 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_kw_init_tfm() 343 static struct crypto_instance *crypto_kw_alloc(struct rtattr **tb) in crypto_kw_alloc() 345 struct crypto_instance *inst = NULL; in crypto_kw_alloc() 390 static void crypto_kw_free(struct crypto_instance *inst) in crypto_kw_free()
|
D | pcbc.c | 205 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_pcbc_init_tfm() 224 static struct crypto_instance *crypto_pcbc_alloc(struct rtattr **tb) in crypto_pcbc_alloc() 226 struct crypto_instance *inst; in crypto_pcbc_alloc() 270 static void crypto_pcbc_free(struct crypto_instance *inst) in crypto_pcbc_free()
|
D | cbc.c | 195 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_cbc_init_tfm() 214 static struct crypto_instance *crypto_cbc_alloc(struct rtattr **tb) in crypto_cbc_alloc() 216 struct crypto_instance *inst; in crypto_cbc_alloc() 264 static void crypto_cbc_free(struct crypto_instance *inst) in crypto_cbc_free()
|
D | xts.c | 244 struct crypto_instance *inst = (void *)tfm->__crt_alg; in init_tfm() 287 static struct crypto_instance *alloc(struct rtattr **tb) in alloc() 289 struct crypto_instance *inst; in alloc() 337 static void free(struct crypto_instance *inst) in free()
|
D | cts.c | 255 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_cts_init_tfm() 274 static struct crypto_instance *crypto_cts_alloc(struct rtattr **tb) in crypto_cts_alloc() 276 struct crypto_instance *inst; in crypto_cts_alloc() 327 static void crypto_cts_free(struct crypto_instance *inst) in crypto_cts_free()
|
D | lrw.c | 299 struct crypto_instance *inst = (void *)tfm->__crt_alg; in init_tfm() 326 static struct crypto_instance *alloc(struct rtattr **tb) in alloc() 328 struct crypto_instance *inst; in alloc() 375 static void free(struct crypto_instance *inst) in free()
|
D | eseqiv.c | 192 static struct crypto_instance *eseqiv_alloc(struct rtattr **tb) in eseqiv_alloc() 194 struct crypto_instance *inst; in eseqiv_alloc()
|
D | seqiv.c | 33 static void seqiv_free(struct crypto_instance *inst); 256 struct crypto_instance *inst; in seqiv_ablkcipher_create() 347 static void seqiv_free(struct crypto_instance *inst) in seqiv_free()
|
D | cryptd.c | 166 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue() 274 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_blkcipher_init_tfm() 297 static int cryptd_init_instance(struct crypto_instance *inst, in cryptd_init_instance() 318 struct crypto_instance *inst; in cryptd_alloc_instance() 345 struct crypto_instance *inst; in cryptd_create_blkcipher() 405 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_hash_init_tfm() 853 static void cryptd_free(struct crypto_instance *inst) in cryptd_free()
|
D | mcryptd.c | 222 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in mcryptd_get_queue() 232 struct crypto_instance *inst; in mcryptd_alloc_instance() 277 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in mcryptd_hash_init_tfm() 574 static void mcryptd_free(struct crypto_instance *inst) in mcryptd_free()
|
D | chainiv.c | 262 static struct crypto_instance *chainiv_alloc(struct rtattr **tb) in chainiv_alloc() 265 struct crypto_instance *inst; in chainiv_alloc()
|
D | internal.h | 38 struct crypto_instance;
|
D | blkcipher.c | 581 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, in skcipher_geniv_alloc() 600 struct crypto_instance *inst; in skcipher_geniv_alloc() 714 void skcipher_geniv_free(struct crypto_instance *inst) in skcipher_geniv_free() 723 struct crypto_instance *inst = (void *)tfm->__crt_alg; in skcipher_geniv_init()
|
D | pcrypt.c | 257 static int pcrypt_init_instance(struct crypto_instance *inst, in pcrypt_init_instance() 352 static void pcrypt_free(struct crypto_instance *inst) in pcrypt_free()
|
D | ahash.c | 594 void ahash_free_instance(struct crypto_instance *inst) in ahash_free_instance() 603 struct crypto_instance *inst) in crypto_init_ahash_spawn()
|
D | echainiv.c | 223 static void echainiv_free(struct crypto_instance *inst) in echainiv_free()
|
D | xcbc.c | 180 struct crypto_instance *inst = (void *)tfm->__crt_alg; in xcbc_init_tfm()
|
D | algboss.c | 66 struct crypto_instance *inst; in cryptomgr_probe()
|
D | cmac.c | 206 struct crypto_instance *inst = (void *)tfm->__crt_alg; in cmac_init_tfm()
|
D | hmac.c | 160 struct crypto_instance *inst = (void *)tfm->__crt_alg; in hmac_init_tfm()
|
D | shash.c | 679 void shash_free_instance(struct crypto_instance *inst) in shash_free_instance() 688 struct crypto_instance *inst) in crypto_init_shash_spawn()
|
D | aead.c | 149 static void crypto_aead_free_instance(struct crypto_instance *inst) in crypto_aead_free_instance()
|
D | crypto_user.c | 354 err = crypto_unregister_instance((struct crypto_instance *)alg); in crypto_del_alg()
|
D | ablkcipher.c | 543 struct crypto_instance *inst; in crypto_givcipher_default()
|
D | vmac.c | 625 struct crypto_instance *inst = (void *)tfm->__crt_alg; in vmac_init_tfm()
|
/linux-4.4.14/Documentation/ |
D | coccinelle.txt | 237 @@ -185,7 +185,7 @@ static struct crypto_instance *crypto_ct 280 @@ -185,7 +185,6 @@ static struct crypto_instance *crypto_ct
|