Home
last modified time | relevance | path

Searched defs:buf (Results 4551 - 4575 of 7048) sorted by relevance

1...<<181182183184185186187188189190>>...282

/third_party/mbedtls/library/
H A Dx509write_crt.c165 unsigned char buf[9]; in mbedtls_x509write_crt_set_basic_constraints() local
200 unsigned char buf[MBEDTLS_MPI_MAX_SIZE * 2 + 20]; /* tag, length + 2xMPI */ mbedtls_x509write_crt_set_key_identifier() local
284 unsigned char buf[5] = { 0 }, ku[2] = { 0 }; mbedtls_x509write_crt_set_key_usage() local
325 unsigned char buf[256]; mbedtls_x509write_crt_set_ext_key_usage() local
366 unsigned char buf[4] = { 0 }; mbedtls_x509write_crt_set_ns_cert_type() local
415 mbedtls_x509write_crt_der(mbedtls_x509write_cert *ctx, unsigned char *buf, size_t size, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_x509write_crt_der() argument
659 mbedtls_x509write_crt_pem(mbedtls_x509write_cert *crt, unsigned char *buf, size_t size, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_x509write_crt_pem() argument
[all...]
H A Dcamellia.c866 unsigned char buf[64]; in mbedtls_camellia_self_test() local
[all...]
H A Dplatform.c225 static void platform_setbuf_uninit(FILE *stream, char *buf) in platform_setbuf_uninit() argument
235 int mbedtls_platform_set_setbuf(void (*setbuf_func)(FILE *stream, char *buf)) in mbedtls_platform_set_setbuf() argument
296 int mbedtls_platform_std_nv_seed_read(unsigned char *buf, size_t buf_len) in mbedtls_platform_std_nv_seed_read() argument
318 int mbedtls_platform_std_nv_seed_write(unsigned char *buf, size_t buf_len) in mbedtls_platform_std_nv_seed_write() argument
345 static int platform_nv_seed_read_uninit(unsigned char *buf, size_ argument
359 platform_nv_seed_write_uninit(unsigned char *buf, size_t buf_len) platform_nv_seed_write_uninit() argument
374 mbedtls_platform_set_nv_seed( int (*nv_seed_read_func)(unsigned char *buf, size_t buf_len), int (*nv_seed_write_func)(unsigned char *buf, size_t buf_len)) mbedtls_platform_set_nv_seed() argument
[all...]
H A Dctr_drbg.c164 unsigned char buf[MBEDTLS_CTR_DRBG_MAX_SEED_INPUT + in block_cipher_df() local
725 unsigned char buf[MBEDTLS_CTR_DRBG_MAX_INPUT]; in mbedtls_ctr_drbg_write_seed_file() local
759 unsigned char buf[MBEDTLS_CTR_DRBG_MAX_INPUT]; mbedtls_ctr_drbg_update_seed_file() local
928 ctr_drbg_self_test_entropy(void *data, unsigned char *buf, size_t len) ctr_drbg_self_test_entropy() argument
952 unsigned char buf[sizeof(result_pr)]; mbedtls_ctr_drbg_self_test() local
[all...]
H A Decdsa.c203 derive_mpi(const mbedtls_ecp_group *grp, mbedtls_mpi *x, const unsigned char *buf, size_t blen) derive_mpi() argument
243 mbedtls_ecdsa_sign_restartable(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, const mbedtls_mpi *d, const unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int (*f_rng_blind)(void *, unsigned char *, size_t), void *p_rng_blind, mbedtls_ecdsa_restart_ctx *rs_ctx) mbedtls_ecdsa_sign_restartable() argument
380 mbedtls_ecdsa_sign(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, const mbedtls_mpi *d, const unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdsa_sign() argument
397 mbedtls_ecdsa_sign_det_restartable(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, const mbedtls_mpi *d, const unsigned char *buf, size_t blen, mbedtls_md_type_t md_alg, int (*f_rng_blind)(void *, unsigned char *, size_t), void *p_rng_blind, mbedtls_ecdsa_restart_ctx *rs_ctx) mbedtls_ecdsa_sign_det_restartable() argument
470 mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, const mbedtls_mpi *d, const unsigned char *buf, size_t blen, mbedtls_md_type_t md_alg, int (*f_rng_blind)(void *, unsigned char *, size_t), void *p_rng_blind) mbedtls_ecdsa_sign_det_ext() argument
488 mbedtls_ecdsa_verify_restartable(mbedtls_ecp_group *grp, const unsigned char *buf, size_t blen, const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s, mbedtls_ecdsa_restart_ctx *rs_ctx) mbedtls_ecdsa_verify_restartable() argument
596 mbedtls_ecdsa_verify(mbedtls_ecp_group *grp, const unsigned char *buf, size_t blen, const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s) mbedtls_ecdsa_verify() argument
614 unsigned char buf[MBEDTLS_ECDSA_MAX_LEN] = { 0 }; ecdsa_signature_to_asn1() local
[all...]
H A Dmemory_buffer_alloc.c61 unsigned char *buf; member
551 void *buf; in buffer_alloc_calloc_mutexed() local
574 void mbedtls_memory_buffer_alloc_init(unsigned char *buf, size_t len) in mbedtls_memory_buffer_alloc_init() argument
656 unsigned char buf[1024]; mbedtls_memory_buffer_alloc_self_test() local
[all...]
/third_party/libcoap/src/
H A Dcoap_ws.c185 char buf[3*16 + 1]; in coap_ws_log_key() local
393 char buf[28 + sizeof(COAP_WS_KEY_EXT)]; in coap_ws_build_key_hash() local
596 char buf[250]; coap_ws_read() local
809 char buf[270]; coap_ws_establish() local
898 uint8_t buf[100]; coap_ws_close() local
[all...]
H A Dcoap_uri.c283 unsigned char *buf = _buf; in coap_uri_into_options() local
419 decode_segment(const uint8_t *seg, size_t length, unsigned char *buf) decode_segment() argument
486 make_decoded_option(const uint8_t *s, size_t length, unsigned char *buf, size_t buflen, size_t *optionsize) make_decoded_option() argument
580 coap_string_t buf; global() member
600 coap_split_path(const uint8_t *s, size_t length, unsigned char *buf, size_t *buflen) coap_split_path() argument
612 coap_split_query(const uint8_t *s, size_t length, unsigned char *buf, size_t *buflen) coap_split_query() argument
[all...]
/third_party/libcoap/examples/
H A Detsi_iot_01.c175 unsigned char *buf = _buf; in hnd_post_test() local
306 unsigned char buf[70]; hnd_get_query() local
[all...]
/third_party/libcoap/tests/
H A Dtest_pdu.c876 unsigned char buf[4]; in t_encode_pdu16() local
938 unsigned char buf[4]; t_encode_pdu17() local
1092 unsigned char buf[4]; t_encode_pdu19() local
1239 unsigned char buf[4]; t_encode_pdu21() local
1418 uint8_t buf[4]; t_encode_pdu24() local
[all...]
H A Dtest_options.c240 unsigned char buf[40]; in t_encode_option1() local
252 unsigned char buf[40]; in t_encode_option2() local
264 unsigned char buf[40]; in t_encode_option3() local
276 unsigned char buf[40]; t_encode_option4() local
288 unsigned char buf[40]; t_encode_option5() local
300 unsigned char buf[40]; t_encode_option6() local
313 unsigned char buf[40]; t_encode_option7() local
328 unsigned char buf[40]; t_encode_option8() local
345 unsigned char buf[40] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; t_encode_option9() local
[all...]
/third_party/libdrm/intel/
H A Dintel_bufmgr.c101 drm_intel_bo_map(drm_intel_bo *buf, int write_enable) in drm_intel_bo_map() argument
107 drm_intel_bo_unmap(drm_intel_bo *buf) in drm_intel_bo_unmap() argument
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c148 Byte buf[kBufferSize]; in FindSignature() local
[all...]
/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp54 Byte *buf = (Byte *)::MidAlloc(size); in Alloc() local
465 Byte *buf = _bufs[state]; in ReadInStream() local
/third_party/mbedtls/programs/ssl/
H A Dssl_mail_client.c153 unsigned char buf[1024]; in do_handshake() local
207 static int write_ssl_data(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len) in write_ssl_data() argument
222 write_ssl_and_get_response(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len) write_ssl_and_get_response() argument
275 write_and_get_response(mbedtls_net_context *sock_fd, unsigned char *buf, size_t len) write_and_get_response() argument
330 unsigned char buf[sizeof(base) + 2]; main() local
332 unsigned char buf[1024]; main() local
[all...]
H A Dssl_test_lib.c361 int delayed_recv(void *ctx, unsigned char *buf, size_t len) in delayed_recv() argument
378 int delayed_send(void *ctx, const unsigned char *buf, size_t len) in delayed_send() argument
/third_party/lzma/CPP/Windows/
H A DFileLink.cpp544 BYTE buf[my_REPARSE_DATA_BUFFER_HEADER_SIZE]; in DeleteReparseData() local
564 char buf[MAX_PATHNAME_LE in GetReparseData() local
[all...]
H A DSystemInfo.cpp57 static bool ReadFile_to_Buffer(CFSTR fileName, CByteBuffer &buf) in ReadFile_to_Buffer() argument
426 char buf[256]; in Add_sysctlbyname_to_String() local
592 const CByteBuffer &buf = bufs[i]; in Fill() local
[all...]
/third_party/mbedtls/tests/src/
H A Dhelpers.c457 char buf[MBEDTLS_TEST_LINE_LENGTH]; in mbedtls_test_equal() local
495 char buf[MBEDTLS_TEST_LINE_LENGTH]; in mbedtls_test_le_u() local
533 char buf[MBEDTLS_TEST_LINE_LENGTH]; mbedtls_test_le_s() local
[all...]
/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp63 bool CHeader::Parse(const Byte *buf, bool isThereFilter) in Parse() argument
[all...]
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp445 char buf[64]; in SetAttribute() local
635 char buf[BUF_SIZE]; in LoadFile() local
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c604 readlink(const char *path, char *buf, size_t size) in readlink() argument
/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c835 disasm_legacy(uint32_t *buf, int sizedwords) in disasm_legacy() argument
890 uint32_t *buf; in main() local
/third_party/mesa3d/src/freedreno/decode/
H A Dscript.c114 char buf[32]; in l_meta_rnn_enum_tostring() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.h165 unsigned buf : 5; member

Completed in 24 milliseconds

1...<<181182183184185186187188189190>>...282