/optee_os/ta/pkcs11/src/ |
A D | processing_digest.c | 114 void *out_buf = NULL; in step_digest_operation() local 128 out_buf = params[2].memref.buffer; in step_digest_operation() 130 if (out_size && !out_buf) in step_digest_operation() 187 if (!out_buf) in step_digest_operation() 193 if (in_buf || !out_buf) in step_digest_operation() 205 in_buf, in_size, out_buf, in step_digest_operation()
|
A D | processing_symm.c | 724 void *out_buf = NULL; in step_symm_operation() local 749 if (out_size && !out_buf) in step_symm_operation() 828 out_buf, &out_size); in step_symm_operation() 860 in_buf, in_size, out_buf, in step_symm_operation() 963 out_buf, &out_size); in step_symm_operation() 1027 *out_buf = dest_buf; in derive_key_by_symm_enc() 1046 uint8_t *tmp_buf = out_buf; in wrap_data_by_symm_enc() 1129 if (!*out_buf) in unwrap_key_by_symm() 1133 *out_buf, out_sz); in unwrap_key_by_symm() 1135 TEE_Free(*out_buf); in unwrap_key_by_symm() [all …]
|
A D | processing_asymm.c | 414 void *out_buf = NULL; in step_asymm_operation() local 441 out_buf = params[2].memref.buffer; in step_asymm_operation() 443 if (out_size && !out_buf) in step_asymm_operation() 669 out_buf, &out_size); in step_asymm_operation() 680 out_buf, &out_size); in step_asymm_operation() 692 out_buf, &out_size); in step_asymm_operation() 734 out_buf, &out_size); in step_asymm_operation()
|
A D | processing.h | 126 void **out_buf, uint32_t *out_sz); 130 void *out_buf, uint32_t *out_sz); 133 uint32_t data_sz, void **out_buf,
|
A D | processing.c | 810 void *out_buf = NULL; in entry_processing_key() local 970 rc = derive_key_by_symm_enc(session, &out_buf, in entry_processing_key() 975 &out_buf, &out_size); in entry_processing_key() 987 rc = set_key_data(&head, out_buf, out_size); in entry_processing_key() 991 TEE_Free(out_buf); in entry_processing_key() 992 out_buf = NULL; in entry_processing_key() 1024 TEE_Free(out_buf); in entry_processing_key() 1093 void *out_buf = params[2].memref.buffer; in entry_wrap_key() local 1098 (out_size && !out_buf)) in entry_wrap_key() 1235 rc = wrap_data_by_symm_enc(session, key_data, key_sz, out_buf, in entry_wrap_key()
|
/optee_os/core/drivers/crypto/caam/blob/ |
A D | caam_blob.c | 39 goto out_buf; in caam_blob_mkvb_init() 64 out_buf: in caam_blob_mkvb_init()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ssl_tls.c | 293 if( ssl->out_buf != NULL ) in handle_buffer_resizing() 295 written_out = ssl->out_msg - ssl->out_buf; in handle_buffer_resizing() 320 ssl->out_msg = ssl->out_buf + written_out; in handle_buffer_resizing() 3861 ssl->out_buf = NULL; in mbedtls_ssl_setup() 3878 if( ssl->out_buf == NULL ) in mbedtls_ssl_setup() 3898 mbedtls_free( ssl->out_buf ); in mbedtls_ssl_setup() 3907 ssl->out_buf = NULL; in mbedtls_ssl_setup() 3996 memset( ssl->out_buf, 0, out_buf_len ); in mbedtls_ssl_session_reset_int() 6760 if( ssl->out_buf != NULL ) in mbedtls_ssl_free() 6769 mbedtls_free( ssl->out_buf ); in mbedtls_ssl_free() [all …]
|
A D | ssl_msg.c | 1889 ptrdiff_t bytes_written = ssl->out_msg - ssl->out_buf; in ssl_compress_buf() 2275 ssl->out_hdr = ssl->out_buf; in mbedtls_ssl_flush_output() 2280 ssl->out_hdr = ssl->out_buf + 8; in mbedtls_ssl_flush_output() 2885 rec.buf_len = out_buf_len - ( ssl->out_iv - ssl->out_buf ); in mbedtls_ssl_write_record() 3542 ssl->out_buf, MBEDTLS_SSL_OUT_CONTENT_LEN, &len ); in ssl_handle_possible_reconnect() 3551 ssl->out_buf, len ); in ssl_handle_possible_reconnect() 3555 send_ret = ssl->f_send( ssl->p_bio, ssl->out_buf, len ); in ssl_handle_possible_reconnect() 5296 ssl->out_hdr = ssl->out_buf; in mbedtls_ssl_reset_in_out_pointers() 5302 ssl->out_hdr = ssl->out_buf + 8; in mbedtls_ssl_reset_in_out_pointers()
|
A D | ssl_srv.c | 2730 &p, ssl->out_buf + MBEDTLS_SSL_OUT_BUFFER_LEN, in ssl_write_hello_verify_request() 3273 size_t sig_max_len = ( ssl->out_buf + MBEDTLS_SSL_OUT_CONTENT_LEN in ssl_resume_server_key_exchange()
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | ssl.h | 1309 unsigned char *out_buf; /*!< output buffer */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ssl.h | 1309 unsigned char *out_buf; /*!< output buffer */ member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | ssl.h | 1309 unsigned char *out_buf; /*!< output buffer */ member
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | ssl.h | 1309 unsigned char *out_buf; /*!< output buffer */ member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | ssl.h | 1309 unsigned char *out_buf; /*!< output buffer */ member
|