Searched refs:export_core (Results 1 – 9 of 9) sorted by relevance
| /linux/crypto/ ! |
| H A D | sha3.c | 96 .export_core = crypto_sha3_export_core, 109 .export_core = crypto_sha3_export_core, 122 .export_core = crypto_sha3_export_core, 135 .export_core = crypto_sha3_export_core,
|
| H A D | sha256.c | 332 .export_core = crypto_sha224_export_core, 350 .export_core = crypto_sha256_export_core, 370 .export_core = crypto_hmac_sha224_export_core, 390 .export_core = crypto_hmac_sha256_export_core,
|
| H A D | sha512.c | 338 .export_core = crypto_sha384_export_core, 356 .export_core = crypto_sha512_export_core, 376 .export_core = crypto_hmac_sha384_export_core, 396 .export_core = crypto_hmac_sha512_export_core,
|
| H A D | shash.c | 229 crypto_shash_alg(desc->tfm)->export_core); in crypto_shash_export_core() 501 alg->export_core = alg->export; in shash_prepare_alg() 503 } else if (!alg->export_core || !alg->import_core) { in shash_prepare_alg() 504 alg->export_core = shash_default_export_core; in shash_prepare_alg()
|
| H A D | md5.c | 191 .export_core = crypto_md5_export_core, 211 .export_core = crypto_hmac_md5_export_core,
|
| H A D | sha1.c | 195 .export_core = crypto_sha1_export_core, 215 .export_core = crypto_hmac_sha1_export_core,
|
| H A D | ahash.c | 637 return crypto_ahash_alg(tfm)->export_core(req, out); in crypto_ahash_export_core() 986 alg->export_core = alg->export; in ahash_prepare_alg() 988 } else if (!alg->export_core || !alg->import_core) { in ahash_prepare_alg() 989 alg->export_core = ahash_default_export_core; in ahash_prepare_alg()
|
| H A D | hmac.c | 234 inst->alg.export_core = hmac_export_core; in __hmac_create_shash() 502 inst->alg.export_core = hmac_export_core_ahash; in hmac_create_ahash()
|
| /linux/include/crypto/ ! |
| H A D | hash.h | 162 int (*export_core)(struct ahash_request *req, void *out); member 260 int (*export_core)(struct shash_desc *desc, void *out); member
|