Searched refs:in_buf (Results 1 – 11 of 11) sorted by relevance
/optee_os/ta/pkcs11/src/ |
A D | processing_digest.c | 112 void *in_buf = NULL; in step_digest_operation() local 122 in_buf = params[1].memref.buffer; in step_digest_operation() 124 if (in_size && !in_buf) in step_digest_operation() 180 if (!in_buf || !in_size) in step_digest_operation() 183 TEE_DigestUpdate(proc->tee_op_handle, in_buf, in_size); 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 | 722 void *in_buf = NULL; in step_symm_operation() local 792 if (!in_buf) { in step_symm_operation() 818 if (!in_buf) { in step_symm_operation() 902 in_buf, in_size, in step_symm_operation() 962 in_buf, in_size, in step_symm_operation() 1001 void *in_buf = NULL; in derive_key_by_symm_enc() local 1011 in_buf = input->data; in derive_key_by_symm_enc() 1042 void *in_buf = NULL; in wrap_data_by_symm_enc() local 1078 if (!in_buf) in wrap_data_by_symm_enc() 1084 in_buf = data; in wrap_data_by_symm_enc() [all …]
|
A D | processing_asymm.c | 412 void *in_buf = NULL; in step_asymm_operation() local 429 in_buf = params[1].memref.buffer; in step_asymm_operation() 431 if (in_size && !in_buf) in step_asymm_operation() 527 TEE_DigestUpdate(proc->tee_hash_op_handle, in_buf, in step_asymm_operation() 572 in_buf, in_size, hash_buf, in step_asymm_operation() 668 in_buf, in_size, in step_asymm_operation() 679 in_buf, in_size, in step_asymm_operation() 691 in_buf, in_size, in step_asymm_operation() 701 in_buf, in_size, in step_asymm_operation()
|
A D | processing.c | 808 void *in_buf = NULL; in entry_processing_key() local 827 in_buf = params[1].memref.buffer; in entry_processing_key() 829 if (in_size && !in_buf) in entry_processing_key() 974 rc = unwrap_key_by_symm(session, in_buf, in_size, in entry_processing_key()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ssl_tls.c | 271 if( ssl->in_buf != NULL ) in handle_buffer_resizing() 273 written_in = ssl->in_msg - ssl->in_buf; in handle_buffer_resizing() 274 iv_offset_in = ssl->in_iv - ssl->in_buf; in handle_buffer_resizing() 324 ssl->in_msg = ssl->in_buf + written_in; in handle_buffer_resizing() 326 ssl->in_iv = ssl->in_buf + iv_offset_in; in handle_buffer_resizing() 3867 if( ssl->in_buf == NULL ) in mbedtls_ssl_setup() 3897 mbedtls_free( ssl->in_buf ); in mbedtls_ssl_setup() 3906 ssl->in_buf = NULL; in mbedtls_ssl_setup() 6773 if( ssl->in_buf != NULL ) in mbedtls_ssl_free() 6782 mbedtls_free( ssl->in_buf ); in mbedtls_ssl_free() [all …]
|
A D | ssl_msg.c | 1941 ptrdiff_t header_bytes = ssl->in_msg - ssl->in_buf; in ssl_decompress_buf() 2024 if( nb_want > in_buf_len - (size_t)( ssl->in_hdr - ssl->in_buf ) ) in mbedtls_ssl_fetch_input() 2104 len = in_buf_len - ( ssl->in_hdr - ssl->in_buf ); in mbedtls_ssl_fetch_input() 3541 ssl->in_buf, ssl->in_left, in ssl_handle_possible_reconnect() 3858 ssl->in_buf[13] == MBEDTLS_SSL_HS_CLIENT_HELLO ) in ssl_check_client_reconnect() 4616 if( rec_len > in_buf_len - (size_t)( ssl->in_hdr - ssl->in_buf ) ) in ssl_load_buffered_record() 5297 ssl->in_hdr = ssl->in_buf; in mbedtls_ssl_reset_in_out_pointers() 5303 ssl->in_hdr = ssl->in_buf + 8; in mbedtls_ssl_reset_in_out_pointers()
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | ssl.h | 1264 unsigned char *in_buf; /*!< input buffer */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ssl.h | 1264 unsigned char *in_buf; /*!< input buffer */ member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | ssl.h | 1264 unsigned char *in_buf; /*!< input buffer */ member
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | ssl.h | 1264 unsigned char *in_buf; /*!< input buffer */ member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | ssl.h | 1264 unsigned char *in_buf; /*!< input buffer */ member
|
Completed in 73 milliseconds