Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c45 static enum caam_hash_algos get_hash_type(struct hash_algo *algo) in get_hash_type() function
217 return caam_hash_init(ctxp, get_hash_type(algo)); in hw_sha_init()
223 return caam_hash_update(ctx, buf, size, is_last, get_hash_type(algo)); in hw_sha_update()
229 return caam_hash_finish(ctx, dest_buf, size, get_hash_type(algo)); in hw_sha_finish()