Lines Matching refs:out_buf
485 void *out_buf = NULL; in step_asymm_operation() local
516 out_buf = params[2].memref.buffer; in step_asymm_operation()
518 if (out_size && !out_buf) in step_asymm_operation()
786 out_buf, &out_size); in step_asymm_operation()
797 out_buf, &out_size); in step_asymm_operation()
809 out_buf, &out_size); in step_asymm_operation()
845 out_buf, &out_size); in step_asymm_operation()
866 out_buf, &out_size); in step_asymm_operation()
909 TEE_MemMove(out_buf, temp_buf, sz); in step_asymm_operation()
980 out_buf, &out_size); in step_asymm_operation()
1100 void *out_buf, uint32_t *out_sz) in wrap_rsa_aes_key() argument
1124 out_buf, &aes_wrapped_size); in wrap_rsa_aes_key()
1154 (uint8_t *)out_buf + aes_wrapped_size, in wrap_rsa_aes_key()
1173 void **out_buf, uint32_t *out_sz) in unwrap_rsa_aes_key() argument
1197 *out_buf = TEE_Malloc(target_key_size, TEE_MALLOC_FILL_ZERO); in unwrap_rsa_aes_key()
1198 if (!*out_buf) in unwrap_rsa_aes_key()
1221 wrapped_key_size, *out_buf, in unwrap_rsa_aes_key()
1237 void *out_buf, uint32_t *out_sz) in wrap_data_by_asymm_enc() argument
1244 rc = wrap_rsa_aes_key(proc, data, data_sz, out_buf, out_sz); in wrap_data_by_asymm_enc()
1255 void **out_buf, uint32_t *out_sz) in unwrap_key_by_asymm() argument
1262 rc = unwrap_rsa_aes_key(proc, data, data_sz, out_buf, out_sz); in unwrap_key_by_asymm()