Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hmac.c88 struct crypto_mac_ctx *in_ctx) in sec_hmac_copy_state() argument
95 if (!out_ctx || !in_ctx) { in sec_hmac_copy_state()
101 in_hash = to_hmac_ctx(in_ctx); in sec_hmac_copy_state()
H A Dsec_hash.c485 struct crypto_hash_ctx *in_ctx) in sec_hash_copy_state() argument
492 if (!out_ctx || !in_ctx) { in sec_hash_copy_state()
498 in_hash = to_hash_ctx(in_ctx); in sec_hash_copy_state()