Home
last modified time | relevance | path

Searched defs:tmpl (Results 1 – 25 of 42) sorted by relevance

12

/crypto/
A Ddh.c552 struct crypto_template *tmpl, struct rtattr **tb, in __dh_safe_prime_create()
833 static int dh_ffdhe2048_create(struct crypto_template *tmpl, in dh_ffdhe2048_create()
839 static int dh_ffdhe3072_create(struct crypto_template *tmpl, in dh_ffdhe3072_create()
845 static int dh_ffdhe4096_create(struct crypto_template *tmpl, in dh_ffdhe4096_create()
851 static int dh_ffdhe6144_create(struct crypto_template *tmpl, in dh_ffdhe6144_create()
857 static int dh_ffdhe8192_create(struct crypto_template *tmpl, in dh_ffdhe8192_create()
A Decb.c98 struct crypto_template *tmpl, struct rtattr **tb) in lskcipher_alloc_instance_simple2()
149 static int crypto_ecb_create2(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create2()
171 static int crypto_ecb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create()
A Dalgapi.c74 struct crypto_template *tmpl = container_of(w, struct crypto_template, in crypto_destroy_instance_workfn() local
98 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local
140 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local
537 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template()
579 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template()
621 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local
645 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
A Dxor.c58 static void __init do_xor_register(struct xor_block_template *tmpl) in do_xor_register()
83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
A Dhmac.c182 static int __hmac_create_shash(struct crypto_template *tmpl, in __hmac_create_shash()
448 static int hmac_create_ahash(struct crypto_template *tmpl, struct rtattr **tb, in hmac_create_ahash()
519 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create()
541 static int hmac_create_shash(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create_shash()
A Dechainiv.c100 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
A Dhctr2.c404 static int hctr2_create_common(struct crypto_template *tmpl, in hctr2_create_common()
516 static int hctr2_create_base(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create_base()
532 static int hctr2_create(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create()
A Dccm.c442 static int crypto_ccm_create_common(struct crypto_template *tmpl, in crypto_ccm_create_common()
525 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create()
546 static int crypto_ccm_base_create(struct crypto_template *tmpl, in crypto_ccm_base_create()
700 static int crypto_rfc4309_create(struct crypto_template *tmpl, in crypto_rfc4309_create()
847 static int cbcmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cbcmac_create()
A Dinternal.h173 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get()
178 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put()
A Dgeniv.c40 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc()
A Dchacha20poly1305.c371 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create()
445 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create()
450 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_create()
A Dctr.c127 static int crypto_ctr_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ctr_create()
257 static int crypto_rfc3686_create(struct crypto_template *tmpl, in crypto_rfc3686_create()
A Dseqiv.c124 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create()
A Dpcrypt.c237 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead()
296 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create()
A Dkpp.c131 int kpp_register_instance(struct crypto_template *tmpl, in kpp_register_instance()
A Dgcm.c570 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common()
650 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create()
666 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create()
819 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create()
1005 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create()
A Decdsa-p1363.c99 static int ecdsa_p1363_create(struct crypto_template *tmpl, struct rtattr **tb) in ecdsa_p1363_create()
A Dxctr.c131 static int crypto_xctr_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_xctr_create()
A Dcbc.c138 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cbc_create()
A Dxcbc.c127 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
A Dsig.c156 int sig_register_instance(struct crypto_template *tmpl, in sig_register_instance()
A Dpcbc.c154 static int crypto_pcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_pcbc_create()
A Dalgboss.c53 struct crypto_template *tmpl; in cryptomgr_probe() local
A Dcmac.c175 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
A Dlskcipher.c410 int lskcipher_register_instance(struct crypto_template *tmpl, in lskcipher_register_instance()
484 struct crypto_template *tmpl, struct rtattr **tb) in lskcipher_alloc_instance_simple()

Completed in 49 milliseconds

12