Home
last modified time | relevance | path

Searched defs:buf (Results 3551 - 3575 of 6847) sorted by relevance

1...<<141142143144145146147148149150>>...274

/third_party/mbedtls/library/
H A Dnet_sockets.c382 char buf[1] = { 0 }; local
581 int mbedtls_net_recv(void *ctx, unsigned char *buf, size_t len) argument
626 mbedtls_net_recv_timeout(void *ctx, unsigned char *buf, size_t len, uint32_t timeout) global() argument
674 mbedtls_net_send(void *ctx, const unsigned char *buf, size_t len) global() argument
[all...]
H A Daria.c825 uint8_t buf[48], iv[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_self_test() local
[all...]
H A Dasn1write.c82 mbedtls_asn1_write_raw_buffer(unsigned char **p, const unsigned char *start, const unsigned char *buf, size_t size) mbedtls_asn1_write_raw_buffer() argument
266 mbedtls_asn1_write_named_bitstring(unsigned char **p, const unsigned char *start, const unsigned char *buf, size_t bits) mbedtls_asn1_write_named_bitstring() argument
310 mbedtls_asn1_write_bitstring(unsigned char **p, const unsigned char *start, const unsigned char *buf, size_t bits) mbedtls_asn1_write_bitstring() argument
339 mbedtls_asn1_write_octet_string(unsigned char **p, const unsigned char *start, const unsigned char *buf, size_t size) mbedtls_asn1_write_octet_string() argument
[all...]
H A Dpem.c274 unsigned char *buf; in mbedtls_pem_read_buffer() local
153 pem_des_decrypt(unsigned char des_iv[8], unsigned char *buf, size_t buflen, const unsigned char *pwd, size_t pwdlen) pem_des_decrypt() argument
183 pem_des3_decrypt(unsigned char des3_iv[8], unsigned char *buf, size_t buflen, const unsigned char *pwd, size_t pwdlen) pem_des3_decrypt() argument
215 pem_aes_decrypt(unsigned char aes_iv[16], unsigned int keylen, unsigned char *buf, size_t buflen, const unsigned char *pwd, size_t pwdlen) pem_aes_decrypt() argument
494 mbedtls_pem_write_buffer(const char *header, const char *footer, const unsigned char *der_data, size_t der_len, unsigned char *buf, size_t buf_len, size_t *olen) mbedtls_pem_write_buffer() argument
[all...]
H A Dx509_crl.c505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse() argument
283 mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) mbedtls_x509_crl_parse_der() argument
571 unsigned char *buf; mbedtls_x509_crl_parse_file() local
594 mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, const mbedtls_x509_crl *crl) mbedtls_x509_crl_info() argument
[all...]
H A Ddes.c851 unsigned char buf[8]; in mbedtls_des_self_test() local
[all...]
H A Ddhm.c580 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() argument
631 unsigned char *buf; in mbedtls_dhm_parse_dhmfile() local
[all...]
H A Decdh.c273 ecdh_make_params_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, int point_format, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_make_params_internal() argument
337 mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_make_params() argument
370 ecdh_read_params_internal(mbedtls_ecdh_context_mbed *ctx, const unsigned char **buf, const unsigned char *end) ecdh_read_params_internal() argument
385 mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, const unsigned char **buf, const unsigned char *end) mbedtls_ecdh_read_params() argument
492 ecdh_make_public_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, int point_format, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_make_public_internal() argument
537 mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_make_public() argument
568 ecdh_read_public_internal(mbedtls_ecdh_context_mbed *ctx, const unsigned char *buf, size_t blen) ecdh_read_public_internal() argument
589 mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx, const unsigned char *buf, size_t blen) mbedtls_ecdh_read_public() argument
610 ecdh_calc_secret_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_calc_secret_internal() argument
665 mbedtls_ecdh_calc_secret(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_calc_secret() argument
[all...]
H A Dmd.c925 unsigned char buf[1024]; in mbedtls_md_file() local
H A Dhmac_drbg.c430 unsigned char buf[MBEDTLS_HMAC_DRBG_MAX_INPUT]; in mbedtls_hmac_drbg_write_seed_file() local
462 unsigned char buf[MBEDTLS_HMAC_DRBG_MAX_INPUT]; in mbedtls_hmac_drbg_update_seed_file() local
549 hmac_drbg_self_test_entropy(void *data, unsigned char *buf, size_t len) hmac_drbg_self_test_entropy() argument
571 unsigned char buf[OUTPUT_LEN]; mbedtls_hmac_drbg_self_test() local
[all...]
H A Dentropy.c199 unsigned char buf[MBEDTLS_ENTROPY_MAX_GATHER]; in entropy_gather_internal() local
271 unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE]; in mbedtls_entropy_func() local
382 unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE]; mbedtls_entropy_update_nv_seed() local
406 unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE]; mbedtls_entropy_write_seed_file() local
443 unsigned char buf[MBEDTLS_ENTROPY_MAX_SEED_SIZE]; mbedtls_entropy_update_seed_file() local
495 mbedtls_entropy_source_self_test_gather(unsigned char *buf, size_t buf_len) mbedtls_entropy_source_self_test_gather() argument
520 mbedtls_entropy_source_self_test_check_bits(const unsigned char *buf, size_t buf_len) mbedtls_entropy_source_self_test_check_bits() argument
603 unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE] = { 0 }; mbedtls_entropy_self_test() local
[all...]
/third_party/mbedtls/programs/pkey/
H A Dgen_key.c230 char buf[1024]; in main() local
H A Dkey_app_writer.c246 char buf[200]; in main() local
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c103 unsigned char buf[1024]; in handle_ssl_connection() local
/third_party/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.cpp88 Byte *buf = memStream; in CodeSpec() local
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.h44 void *buf = MyAlloc(newSize); in ReAlloc_KeepData() local
/third_party/lzma/C/
H A DXzIn.c92 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in Xz_ReadIndex2() argument
140 Byte *buf; Xz_ReadIndex() local
156 LookInStream_SeekRead_ForArc(ILookInStreamPtr stream, UInt64 offset, void *buf, size_t size) LookInStream_SeekRead_ForArc() argument
166 Byte buf[XZ_STREAM_FOOTER_SIZE]; Xz_ReadBackward() local
[all...]
/third_party/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp62 Byte *buf = sha + sizeof(CSha256); in CalcKey() local
/third_party/mbedtls/programs/cipher/
H A Dcipher_aead_demo.c94 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() argument
/third_party/lame/mpglib/
H A Dinterface.c110 addbuf(PMPSTR mp, unsigned char *buf, int size) in addbuf() argument
146 struct buf *buf = mp->tail; in remove_buf() local
250 struct buf *buf = mp->tail; check_vbr_header() local
309 struct buf *buf = mp->tail; sync_buffer() local
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-arraybuffer.cpp305 uint8_t buf[1]; in HWTEST_F() local
335 uint8_t *buf = (uint8_t *) malloc (length); in HWTEST_F() local
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp546 inline void grisu2_round(char* buf, int len, std::uint64_t dist, std::uint64_t delta, in grisu2_round() argument
828 inline void grisu2(char* buf, int& len, int& decimal_exponent, in grisu2() argument
888 grisu2(char* buf, int& len, int& decimal_exponent, FloatType value) grisu2() argument
928 append_exponent(char* buf, int e) append_exponent() argument
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.h151 mapper_metadata_get_buffer_info(struct ANativeWindowBuffer *buf, in mapper_metadata_get_buffer_info() argument
/third_party/mesa3d/src/freedreno/afuc/
H A Demu-ui.c77 extract_string(char **buf) in extract_string() argument
105 static char *buf; in readline() local
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c37 dump_float(void *buf, int sz) in dump_float() argument
68 dump_hex(void *buf, int sz) in dump_hex() argument

Completed in 19 milliseconds

1...<<141142143144145146147148149150>>...274