Searched refs:pauth_keys (Results 1 – 1 of 1) sorted by relevance
472 uint8_t pauth_keys[sizeof(utc->uctx.keys)] = { }; in tee_ta_init_user_ta_session() local486 res = crypto_rng_read(pauth_keys, sizeof(pauth_keys)); in tee_ta_init_user_ta_session()519 memcpy(&utc->uctx.keys, pauth_keys, sizeof(pauth_keys)); in tee_ta_init_user_ta_session()520 memzero_explicit(pauth_keys, sizeof(pauth_keys)); in tee_ta_init_user_ta_session()