Searched refs:tmp_sz (Results 1 – 2 of 2) sorted by relevance
1096 size_t tmp_sz = 0; in derive_key_by_symm_enc() local1112 tmp_sz = *out_size; in derive_key_by_symm_enc()1114 dest_buf, &tmp_sz); in derive_key_by_symm_enc()1115 *out_size = tmp_sz; in derive_key_by_symm_enc()1140 size_t tmp_sz = *out_sz; in wrap_data_by_symm_enc() local1160 &tmp_sz); in wrap_data_by_symm_enc()1165 tmp_buf += tmp_sz; in wrap_data_by_symm_enc()1166 tmp_sz = *out_sz - tmp_sz; in wrap_data_by_symm_enc()1184 tmp_buf, &tmp_sz); in wrap_data_by_symm_enc()1186 *out_sz = tmp_sz; in wrap_data_by_symm_enc()[all …]
675 size_t tmp_sz = 0; in pkcs2tee_load_hashed_attr() local687 tmp_sz = *hash_size; in pkcs2tee_load_hashed_attr()688 res = TEE_DigestDoFinal(handle, a_ptr, a_size, hash_ptr, &tmp_sz); in pkcs2tee_load_hashed_attr()689 *hash_size = tmp_sz; in pkcs2tee_load_hashed_attr()