Home
last modified time | relevance | path

Searched refs:export_core (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/
H A Dsha3.c96 .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 Dsha256.c332 .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 Dsha512.c338 .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 Dshash.c229 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 Dmd5.c191 .export_core = crypto_md5_export_core,
211 .export_core = crypto_hmac_md5_export_core,
H A Dsha1.c195 .export_core = crypto_sha1_export_core,
215 .export_core = crypto_hmac_sha1_export_core,
H A Dahash.c637 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 Dhmac.c234 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 Dhash.h162 int (*export_core)(struct ahash_request *req, void *out); member
260 int (*export_core)(struct shash_desc *desc, void *out); member