Searched refs:crypto_register_template (Results 1 - 23 of 23) sorted by relevance

/linux-master/crypto/
H A Dechainiv.c152 return crypto_register_template(&echainiv_tmpl);
H A Dkeywrap.c305 return crypto_register_template(&crypto_kw_tmpl);
H A Dxctr.c177 return crypto_register_template(&crypto_xctr_tmpl);
H A Dseqiv.c174 return crypto_register_template(&seqiv_tmpl);
H A Dxcbc.c250 return crypto_register_template(&crypto_xcbc_tmpl);
H A Decb.c214 return crypto_register_template(&crypto_ecb_tmpl);
H A Dcbc.c174 return crypto_register_template(&crypto_cbc_tmpl);
H A Dpcbc.c181 return crypto_register_template(&crypto_pcbc_tmpl);
H A Dlrw.c415 return crypto_register_template(&lrw_tmpl);
H A Dhmac.c254 return crypto_register_template(&hmac_tmpl);
H A Dcmac.c302 return crypto_register_template(&crypto_cmac_tmpl);
H A Drsa.c404 err = crypto_register_template(&rsa_pkcs1pad_tmpl);
H A Dalgapi.c546 int crypto_register_template(struct crypto_template *tmpl) function
566 EXPORT_SYMBOL_GPL(crypto_register_template); variable
573 err = crypto_register_template(&tmpls[i]);
H A Dcts.c397 return crypto_register_template(&crypto_cts_tmpl);
H A Dpcrypt.c360 return crypto_register_template(&pcrypt_tmpl);
H A Dxts.c461 return crypto_register_template(&xts_tmpl);
H A Dessiv.c638 return crypto_register_template(&essiv_tmpl);
H A Dadiantum.c634 return crypto_register_template(&adiantum_tmpl);
H A Dauthenc.c446 return crypto_register_template(&crypto_authenc_tmpl);
H A Dauthencesn.c460 return crypto_register_template(&crypto_authenc_esn_tmpl);
H A Dvmac.c682 return crypto_register_template(&vmac64_tmpl);
H A Dcryptd.c1121 err = crypto_register_template(&cryptd_tmpl);
/linux-master/include/crypto/
H A Dalgapi.h148 int crypto_register_template(struct crypto_template *tmpl);

Completed in 231 milliseconds