Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsigned_hdr.c226 goto out_ctx; in calc_next_uuid()
255 out_ctx: in calc_next_uuid()
300 goto out_ctx; in shdr_load_pub_key()
305 goto out_ctx; in shdr_load_pub_key()
309 goto out_ctx; in shdr_load_pub_key()
313 goto out_ctx; in shdr_load_pub_key()
322 goto out_ctx; in shdr_load_pub_key()
327 goto out_ctx; in shdr_load_pub_key()
339 out_ctx: in shdr_load_pub_key()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hmac.c87 static void sec_hmac_copy_state(struct crypto_mac_ctx *out_ctx, in sec_hmac_copy_state() argument
95 if (!out_ctx || !in_ctx) { in sec_hmac_copy_state()
100 out_hash = to_hmac_ctx(out_ctx); in sec_hmac_copy_state()
H A Dsec_hash.c484 static void sec_hash_copy_state(struct crypto_hash_ctx *out_ctx, in sec_hash_copy_state() argument
492 if (!out_ctx || !in_ctx) { in sec_hash_copy_state()
497 out_hash = to_hash_ctx(out_ctx); in sec_hash_copy_state()