Searched refs:skcipher_register_instance (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-defs.h | 25 #define skcipher_register_instance fips140_skcipher_register_instance macro
|
| H A D | fips140-alg-registration.c | 53 #undef skcipher_register_instance 301 skcipher_register_instance(tmpl, inst); in fips140_skcipher_register_instance()
|
| H A D | ecb.c | 76 err = skcipher_register_instance(tmpl, inst); in crypto_ecb_create()
|
| H A D | ctr.c | 160 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create() 323 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
|
| H A D | ofb.c | 77 err = skcipher_register_instance(tmpl, inst); in crypto_ofb_create()
|
| H A D | keywrap.c | 288 err = skcipher_register_instance(tmpl, inst); in crypto_kw_create()
|
| H A D | pcbc.c | 166 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
|
| H A D | cbc.c | 193 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
|
| H A D | cfb.c | 225 err = skcipher_register_instance(tmpl, inst); in crypto_cfb_create()
|
| H A D | lrw.c | 401 err = skcipher_register_instance(tmpl, inst); in lrw_create()
|
| H A D | cts.c | 381 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
|
| H A D | skcipher.c | 864 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function 878 EXPORT_SYMBOL_GPL(skcipher_register_instance);
|
| H A D | xts.c | 438 err = skcipher_register_instance(tmpl, inst); in xts_create()
|
| H A D | adiantum.c | 588 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
|
| H A D | essiv.c | 587 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
|
| H A D | cryptd.c | 416 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 124 skcipher_register_instance
|
| H A D | abi_gki_aarch64_rockchip | 1133 skcipher_register_instance
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | skcipher.h | 129 int skcipher_register_instance(struct crypto_template *tmpl,
|