/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.h | 15 #define NO_TLS_PAYLOAD_LENGTH ((size_t)-1) 28 size_t tag_len; 29 size_t tls_payload_length; 30 size_t tls_aad_pad_sz; 35 int (*aead_cipher)(PROV_CIPHER_CTX *dat, unsigned char *out, size_t *outl, 36 const unsigned char *in, size_t len); 38 int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t alen); 40 size_t flen); 43 const PROV_CIPHER_HW *ossl_prov_cipher_hw_chacha20_poly1305(size_t keybits);
|
H A D | cipher_aes_ocb.c | 32 size_t nextblock)); 52 size_t ivlen, size_t taglen) in aes_generic_ocb_setiv() 59 size_t alen) in aes_generic_ocb_setaad() 65 unsigned char *tag, size_t tlen) in aes_generic_ocb_gettag() 82 unsigned char *out, size_t len) in aes_generic_ocb_cipher() 104 static int aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_init() 105 const unsigned char *iv, size_t ivlen, in aes_ocb_init() 141 static int aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_einit() 142 const unsigned char *iv, size_t ivle in aes_ocb_einit() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ssl_internal.h | 280 size_t ecjpake_cache_len; /*!< Length of cached data */ 289 size_t psk_len; /*!< Length of PSK from callback */ 310 size_t ecrs_n; /*!< place for saving a length */ 335 size_t total_bytes_buffered; /*!< Cumulative size of heap allocated 347 size_t data_len; 353 size_t len; 379 void (*update_checksum)(mbedtls_ssl_context *, const unsigned char *, size_t); 382 int (*tls_prf)(const unsigned char *, size_t, const char *, 383 const unsigned char *, size_t, 384 unsigned char *, size_t); [all...] |
/third_party/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 147 for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) { in Compute() 157 for (size_t ilhs = 0; ilhs < left_.size(); ++ilhs) { in Compute() 158 size_t irhs = left_[ilhs]; in Compute() 166 static const size_t kUnused = static_cast<size_t>(-1); 184 bool TryAugment(size_t ilhs, ::std::vector<char>* seen) { in TryAugment() 185 for (size_t irhs = 0; irhs < graph_->RhsSize(); ++irhs) { in TryAugment() 222 ::std::vector<size_t> left_; 223 ::std::vector<size_t> right_; 226 const size_t MaxBipartiteMatchStat [all...] |
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 413 void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, 440 size_t size, off_t off, struct fuse_file_info *fi); 562 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, 623 const char *value, size_t size, int flags); 648 size_t size); 672 void (*listxattr) (fuse_req_t req, fuse_ino_t ino, size_t size); 804 void (*bmap) (fuse_req_t req, fuse_ino_t ino, size_t blocksize, 838 const void *in_buf, size_t in_bufsz, size_t out_bufsz); 947 int fuse_reply_write(fuse_req_t req, size_t coun [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.h | 158 size_t niv; 160 size_t max_niv; 162 size_t payloadleft; 164 size_t padlen; 201 size_t niv; 257 size_t num_outgoing_streams; 260 size_t num_incoming_streams; 269 size_t num_incoming_reserved_streams; 273 size_t max_incoming_reserved_streams; 278 size_t num_closed_stream [all...] |
/third_party/node/deps/base64/base64/bin/ |
H A D | base64.c | 49 size_t wrap; 83 size_t iov_len; 108 if ((size_t) r != iov->iov_len) { in writev() 143 writev_retry (const struct config *config, struct iovec *iov, size_t nvec) in writev_retry() 173 if (iov->iov_len > (size_t) nwrite) { in writev_retry() 176 iov->iov_base = (size_t) nwrite + base; in writev_retry() 177 iov->iov_len -= (size_t) nwrite; in writev_retry() 195 size_t *nvec, char *base, const size_t len) in iov_append() 213 write_stdout (const struct config *config, const char *buf, size_t le [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | szrt_asan.c | 52 #define SHADOW_SCALE ((size_t)1 << SHADOW_SCALE_LOG2) 68 #define QUARANTINE_MAX_SIZE ((size_t)1 << 28) // 256 MB 99 void *__asan_malloc(size_t); 100 void *__asan_calloc(size_t, size_t); 101 void *__asan_realloc(char *, size_t); 108 size_t size; 171 assert(RZ_SIZE >= sizeof(void *) && RZ_SIZE >= sizeof(size_t)); in __asan_init() 173 size_t length = (IS_32_BIT) ? SHADOW_LENGTH_32 : SHADOW_LENGTH_64; in __asan_init() 197 void *__asan_malloc(size_t siz [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | bitset_utils_unittest.cpp | 42 for (size_t i = 0; i < mBits.size(); ++i) in TYPED_TEST() 53 for (size_t i = 0; i < mBits.size(); i += 2) in TYPED_TEST() 64 for (size_t i = 0; i < mBits.size(); ++i) in TYPED_TEST() 75 for (size_t i = 0; i < mBits.size(); ++i) in TYPED_TEST() 188 std::set<size_t> originalValues; in TYPED_TEST() 194 for (size_t value : originalValues) in TYPED_TEST() 199 std::set<size_t> readValues; in TYPED_TEST() 200 for (size_t bit : mStateBits) in TYPED_TEST() 214 const std::array<size_t, 8> writeOrder = {20, 25, 16, 31, 10, 14, 36, 19}; in TYPED_TEST() 215 const std::array<size_t, in TYPED_TEST() [all...] |
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | malloc.h | 12 void *malloc (size_t); 13 void *calloc (size_t, size_t); 14 void *realloc (void *, size_t); 16 void *valloc (size_t); 17 void *memalign(size_t, size_t); 19 size_t malloc_usable_size(void *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | malloc.h | 12 void *malloc (size_t); 13 void *calloc (size_t, size_t); 14 void *realloc (void *, size_t); 16 void *valloc (size_t); 17 void *memalign(size_t, size_t); 19 size_t malloc_usable_size(void *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | malloc.h | 12 void *malloc (size_t); 13 void *calloc (size_t, size_t); 14 void *realloc (void *, size_t); 16 void *valloc (size_t); 17 void *memalign(size_t, size_t); 19 size_t malloc_usable_size(void *);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | base64.h | 12 unsigned char * base64_encode(const unsigned char *src, size_t len, 13 size_t *out_len); 14 unsigned char * base64_decode(const unsigned char *src, size_t len, 15 size_t *out_len); 16 unsigned char * base64_url_encode(const unsigned char *src, size_t len, 17 size_t *out_len, int add_pad); 18 unsigned char * base64_url_decode(const unsigned char *src, size_t len, 19 size_t *out_len);
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_aead.c | 30 size_t key_buffer_size, in psa_aead_setup() 36 size_t key_bits = attributes->bits; in psa_aead_setup() 119 const uint8_t *key_buffer, size_t key_buffer_size, in mbedtls_psa_aead_encrypt() 121 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_encrypt() 122 const uint8_t *additional_data, size_t additional_data_length, in mbedtls_psa_aead_encrypt() 123 const uint8_t *plaintext, size_t plaintext_length, in mbedtls_psa_aead_encrypt() 124 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_psa_aead_encrypt() 211 static psa_status_t psa_aead_unpadded_locate_tag(size_t tag_length, in psa_aead_unpadded_locate_tag() 213 size_t ciphertext_lengt in psa_aead_unpadded_locate_tag() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_bio.cc | 43 BIOPointer NodeBIO::NewFixed(const char* data, size_t len, Environment* env) { in NewFixed() 97 char* NodeBIO::Peek(size_t* size) { in Peek() 103 size_t NodeBIO::PeekMultiple(char** out, size_t* size, size_t* count) { in PeekMultiple() 105 size_t max = *count; in PeekMultiple() 106 size_t total = 0; in PeekMultiple() 108 size_t i; in PeekMultiple() 153 if (i < size && i >= 0 && static_cast<size_t>(i) < nbio->Length()) in Gets() 259 size_t NodeBI [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | cluster_inc.h | 16 uint32_t idx2, size_t max_num_pairs, HistogramPair* pairs, 17 size_t* num_pairs) CODE({ 70 BROTLI_INTERNAL size_t FN(BrotliHistogramCombine)(HistogramType* out, 75 size_t num_clusters, 76 size_t symbols_size, 77 size_t max_clusters, 78 size_t max_num_pairs) CODE({ 80 size_t min_cluster_size = 1; 81 size_t num_pairs = 0; 86 size_t idx [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb.c | 32 size_t nextblock)); 52 size_t ivlen, size_t taglen) in aes_generic_ocb_setiv() 59 size_t alen) in aes_generic_ocb_setaad() 65 unsigned char *tag, size_t tlen) in aes_generic_ocb_gettag() 82 unsigned char *out, size_t len) in aes_generic_ocb_cipher() 104 static int aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_init() 105 const unsigned char *iv, size_t ivlen, in aes_ocb_init() 141 static int aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_einit() 142 const unsigned char *iv, size_t ivle in aes_ocb_einit() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | packet.c | 16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes() 26 int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_allocate_bytes__() 27 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_allocate_bytes__() 43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes() 53 size_t newlen; in WPACKET_reserve_bytes() 54 size_t reflen; in WPACKET_reserve_bytes() 77 int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_reserve_bytes__() 78 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_reserve_bytes__() 92 static size_t maxmaxsize(size_t lenbyte [all...] |
/third_party/openssl/crypto/ |
H A D | packet.c | 16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes() 26 int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_allocate_bytes__() 27 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_allocate_bytes__() 43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes() 53 size_t newlen; in WPACKET_reserve_bytes() 54 size_t reflen; in WPACKET_reserve_bytes() 77 int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_reserve_bytes__() 78 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_reserve_bytes__() 92 static size_t maxmaxsize(size_t lenbyte [all...] |
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.h | 73 static const size_t kDefaultMaxSize = 256 * (1 << 20); 99 void setLimit(size_t bytes); 116 size_t getResourceBytes() const { return fBytes; } in getResourceBytes() 119 void addAllocImageBytes(size_t bytes) { fAllocImageBytes += bytes; } in addAllocImageBytes() 120 void removeAllocImageBytes(size_t bytes) { fAllocImageBytes -= bytes; } in removeAllocImageBytes() 121 void addAllocBufferBytes(size_t bytes) { fAllocBufferBytes += bytes; } in addAllocBufferBytes() 122 void removeAllocBufferBytes(size_t bytes) { fAllocBufferBytes -= bytes; } in removeAllocBufferBytes() 128 size_t getPurgeableBytes() const { return fPurgeableBytes; } in getPurgeableBytes() 133 size_t getBudgetedResourceBytes() const { return fBudgetedBytes; } in getBudgetedResourceBytes() 138 size_t getMaxResourceByte [all...] |
/third_party/skia/src/core/ |
H A D | SkZip.h | 34 constexpr Iterator(const SkZip* zip, size_t index) : fZip{zip}, fIndex{index} { } in Iterator() 47 size_t fIndex = 0; 55 constexpr SkZip(size_t) = delete; member in SkZip 56 constexpr SkZip(size_t size, Ts*... ts) in SkZip() 74 constexpr ReturnTuple operator[](size_t i) const { return this->index(i);} in operator []() 75 constexpr size_t size() const { return fSize; } in size() 81 template<size_t I> constexpr auto get() const { in get() 85 constexpr SkZip first(size_t n) const { in first() 90 constexpr SkZip last(size_t n) const { in last() 95 constexpr SkZip subspan(size_t offse in last() [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | cluster_inc.h | 16 uint32_t idx2, size_t max_num_pairs, HistogramPair* pairs, 17 size_t* num_pairs) CODE({ 70 BROTLI_INTERNAL size_t FN(BrotliHistogramCombine)(HistogramType* out, 75 size_t num_clusters, 76 size_t symbols_size, 77 size_t max_clusters, 78 size_t max_num_pairs) CODE({ 80 size_t min_cluster_size = 1; 81 size_t num_pairs = 0; 86 size_t idx [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | raw_ostream.cpp | 84 size_t raw_ostream::preferred_buffer_size() const { in preferred_buffer_size() 91 if (size_t Size = preferred_buffer_size()) in SetBuffered() 98 void raw_ostream::SetBufferAndMode(char *BufferStart, size_t Size, in SetBufferAndMode() 194 size_t Length = OutBufCur - OutBufStart; in flush_nonempty() 219 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write() 221 if (LLVM_UNLIKELY(size_t(OutBufEnd - OutBufCur) < Size)) { in write() 232 size_t NumBytes = OutBufEnd - OutBufCur; in write() 239 size_t BytesToWrite = Size - (Size % NumBytes); in write() 241 size_t BytesRemaining = Size - BytesToWrite; in write() 242 if (BytesRemaining > size_t(OutBufEn in write() [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dmaengine.h | 126 size_t size; 127 size_t icg; 128 size_t dst_icg; 129 size_t src_icg; 158 size_t numf; 159 size_t frame_size; 451 size_t peripheral_size; 564 size_t len; 571 int (*attach)(struct dma_async_tx_descriptor *desc, void *data, size_t len); 573 void *(*get_ptr)(struct dma_async_tx_descriptor *desc, size_t *payload_le [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmaengine.h | 126 size_t size; 127 size_t icg; 128 size_t dst_icg; 129 size_t src_icg; 158 size_t numf; 159 size_t frame_size; 449 size_t peripheral_size; 563 size_t len; 571 size_t len); 574 size_t *payload_le [all...] |