Searched refs:import_core (Results 1 – 9 of 9) sorted by relevance
| /linux/crypto/ |
| H A D | sha3.c | 97 .import_core = crypto_sha3_import_core, 110 .import_core = crypto_sha3_import_core, 123 .import_core = crypto_sha3_import_core, 136 .import_core = crypto_sha3_import_core,
|
| H A D | sha256.c | 333 .import_core = crypto_sha224_import_core, 351 .import_core = crypto_sha256_import_core, 371 .import_core = crypto_hmac_sha224_import_core, 391 .import_core = crypto_hmac_sha256_import_core,
|
| H A D | sha512.c | 339 .import_core = crypto_sha384_import_core, 357 .import_core = crypto_sha512_import_core, 377 .import_core = crypto_hmac_sha384_import_core, 397 .import_core = crypto_hmac_sha512_import_core,
|
| H A D | shash.c | 278 crypto_shash_alg(desc->tfm)->import_core); in crypto_shash_import_core() 502 alg->import_core = alg->import; in shash_prepare_alg() 503 } else if (!alg->export_core || !alg->import_core) { in shash_prepare_alg() 505 alg->import_core = shash_default_import_core; in shash_prepare_alg()
|
| H A D | md5.c | 192 .import_core = crypto_md5_import_core, 212 .import_core = crypto_hmac_md5_import_core,
|
| H A D | sha1.c | 196 .import_core = crypto_sha1_import_core, 216 .import_core = crypto_hmac_sha1_import_core,
|
| H A D | ahash.c | 674 return crypto_ahash_alg(tfm)->import_core(req, in); in crypto_ahash_import_core() 987 alg->import_core = alg->import; in ahash_prepare_alg() 988 } else if (!alg->export_core || !alg->import_core) { in ahash_prepare_alg() 990 alg->import_core = ahash_default_import_core; in ahash_prepare_alg()
|
| H A D | hmac.c | 235 inst->alg.import_core = hmac_import_core; in __hmac_create_shash() 503 inst->alg.import_core = hmac_import_core_ahash; in hmac_create_ahash()
|
| /linux/include/crypto/ |
| H A D | hash.h | 163 int (*import_core)(struct ahash_request *req, const void *in); member 261 int (*import_core)(struct shash_desc *desc, const void *in); member
|