Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c139 #define FW_SIGN_PTR(img, hdr) ({ \ macro
147 FW_SIGN_PTR((img), ___hdr) + ROUNDUP_64(___hdr->sign_len); \
338 sign = FW_SIGN_PTR(ctx->sec_cpy, hdr); in remoteproc_pta_verify()