Home
last modified time | relevance | path

Searched refs:NUM_OF_SO (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/common_modules/tzdriver/
H A Dteek_ns_client.h194 #define NUM_OF_SO 1 macro
206 uint8_t auth_hash_buf[MAX_SHA_256_SZ * NUM_OF_SO + MAX_SHA_256_SZ];
212 unsigned char login_data[MAX_SHA_256_SZ * NUM_OF_SO + MAX_SHA_256_SZ];
/kernel/linux/common_modules/tzdriver/auth/
H A Dclient_hash_auth.c267 for (i = 0; so_found < NUM_OF_SO && i < KIND_OF_SO; i++) { in proc_calc_hash()
273 if (so_found != NUM_OF_SO) in proc_calc_hash()
281 uint32_t so_hash_len = MAX_SHA_256_SZ * NUM_OF_SO; in proc_calc_hash()
290 rc = calc_task_hash(session->auth_hash_buf + MAX_SHA_256_SZ * NUM_OF_SO, in proc_calc_hash()
/kernel/linux/common_modules/tzdriver/core/
H A Dgp_ops.c1134 smc_cmd->login_data_len = MAX_SHA_256_SZ * (NUM_OF_SO + 1); in check_login_for_encrypt()

Completed in 9 milliseconds