Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hmac.c90 struct crypto_hmac *out_hash = NULL; in sec_hmac_copy_state() local
100 out_hash = to_hmac_ctx(out_ctx); in sec_hmac_copy_state()
103 out_hash_ctx = out_hash->ctx; in sec_hmac_copy_state()
H A Dsec_hash.c487 struct crypto_hash *out_hash = NULL; in sec_hash_copy_state() local
497 out_hash = to_hash_ctx(out_ctx); in sec_hash_copy_state()
500 out_hash_ctx = out_hash->ctx; in sec_hash_copy_state()