Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c196 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function
213 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in trusted_key_probe()
/linux/drivers/firmware/qcom/
H A Dqcom_pas_tee.c411 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function
429 data->ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in qcom_pas_tee_probe()
/linux/drivers/rtc/
H A Drtc-optee.c542 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function
568 priv->ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in optee_rtc_probe()