Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsha3.c97 .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 Dsha256.c333 .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 Dsha512.c339 .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 Dshash.c278 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 Dmd5.c192 .import_core = crypto_md5_import_core,
212 .import_core = crypto_hmac_md5_import_core,
H A Dsha1.c196 .import_core = crypto_sha1_import_core,
216 .import_core = crypto_hmac_sha1_import_core,
H A Dahash.c674 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 Dhmac.c235 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 Dhash.h163 int (*import_core)(struct ahash_request *req, const void *in); member
261 int (*import_core)(struct shash_desc *desc, const void *in); member