| /third_party/nghttp2/lib/ |
| H A D | nghttp2_buf.c | 91 static int buf_chain_new(nghttp2_buf_chain **chain, size_t chunk_length, in buf_chain_new() argument 111 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) { in buf_chain_del() argument 131 nghttp2_buf_chain *chain; in nghttp2_bufs_init3() local 160 nghttp2_buf_chain *chain; nghttp2_bufs_realloc() local 185 nghttp2_buf_chain *chain, *next_chain; nghttp2_bufs_free() local 204 nghttp2_buf_chain *chain; nghttp2_bufs_wrap_init() local 305 nghttp2_buf_chain *chain; bufs_alloc_chain() local 435 nghttp2_buf_chain *chain; nghttp2_bufs_remove() local 470 nghttp2_buf_chain *chain; nghttp2_bufs_remove_copy() local 487 nghttp2_buf_chain *chain, *ci; nghttp2_bufs_reset() local 522 nghttp2_buf_chain *chain; nghttp2_bufs_next_present() local [all...] |
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_buf.c | 91 static int buf_chain_new(nghttp2_buf_chain **chain, size_t chunk_length, in buf_chain_new() argument 111 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) { in buf_chain_del() argument 131 nghttp2_buf_chain *chain; in nghttp2_bufs_init3() local 160 nghttp2_buf_chain *chain; nghttp2_bufs_realloc() local 185 nghttp2_buf_chain *chain, *next_chain; nghttp2_bufs_free() local 204 nghttp2_buf_chain *chain; nghttp2_bufs_wrap_init() local 305 nghttp2_buf_chain *chain; bufs_alloc_chain() local 435 nghttp2_buf_chain *chain; nghttp2_bufs_remove() local 470 nghttp2_buf_chain *chain; nghttp2_bufs_remove_copy() local 487 nghttp2_buf_chain *chain, *ci; nghttp2_bufs_reset() local 522 nghttp2_buf_chain *chain; nghttp2_bufs_next_present() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_formatimpl.cpp | 126 const MicroPropsGenerator* chain = &fMicros; in macrosToMicroGenerator() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | cmp_mock_srv.c | 81 ossl_cmp_mock_srv_set1_chainOut(OSSL_CMP_SRV_CTX *srv_ctx, STACK_OF(X509) *chain) ossl_cmp_mock_srv_set1_chainOut() argument
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | x509_cmp.c | 465 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb() argument 550 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ocsp/ |
| H A D | ocsp_vfy.c | 30 ocsp_verify_signer(X509 *signer, int response, X509_STORE *st, unsigned long flags, STACK_OF(X509) *untrusted, STACK_OF(X509) **chain) ocsp_verify_signer() argument 222 ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain) ocsp_check_issuer() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_ess.c | 102 ossl_cms_check_signing_certs(const CMS_SignerInfo *si, const STACK_OF(X509) *chain) ossl_cms_check_signing_certs() argument
|
| /third_party/python/Lib/test/ |
| H A D | seq_tests.py | 85 from itertools import chain namespace
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_ess.c | 102 ossl_cms_check_signing_certs(const CMS_SignerInfo *si, const STACK_OF(X509) *chain) ossl_cms_check_signing_certs() argument
|
| /third_party/openssl/apps/lib/ |
| H A D | cmp_mock_srv.c | 81 ossl_cmp_mock_srv_set1_chainOut(OSSL_CMP_SRV_CTX *srv_ctx, STACK_OF(X509) *chain) ossl_cmp_mock_srv_set1_chainOut() argument
|
| /third_party/openssl/crypto/ocsp/ |
| H A D | ocsp_vfy.c | 30 ocsp_verify_signer(X509 *signer, int response, X509_STORE *st, unsigned long flags, STACK_OF(X509) *untrusted, STACK_OF(X509) **chain) ocsp_verify_signer() argument 222 ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain) ocsp_check_issuer() argument [all...] |
| /third_party/openssl/crypto/x509/ |
| H A D | x509_cmp.c | 462 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb() argument 547 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_formatimpl.cpp | 126 const MicroPropsGenerator* chain = &fMicros; in macrosToMicroGenerator() local [all...] |
| /third_party/openssl/test/ |
| H A D | danetest.c | 55 static int verify_chain(SSL *ssl, STACK_OF(X509) *chain) in verify_chain() argument [all...] |
| /third_party/python/Lib/lib2to3/ |
| H A D | refactor.py | 22 from itertools import chain namespace
|
| /third_party/spirv-tools/source/opt/ |
| H A D | const_folding_rules.cpp | 152 std::vector<const analysis::Constant*> chain; in FoldInsertWithConstants() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | tlsv1_server_read.c | 402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | tlsv1_server_read.c | 402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local [all...] |
| /base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/ |
| H A D | dslm_fuzzer.cpp | 261 struct HksCertChain chain; in BufferToHksCertChainTest() local 275 struct HksCertChain *chain = (struct HksCertChain *)MALLOC(sizeof(struct HksCertChain)); in DestroyHksCertChainTest() local
|
| /third_party/gn/src/gn/ |
| H A D | header_checker.cc | 60 std::string GetDependencyChainPublicError(const HeaderChecker::Chain& chain) { in GetDependencyChainPublicError() argument 384 Chain chain; // Prevent reallocating in the loop. CheckInclude() local 517 IsDependencyOf(const Target* search_for, const Target* search_from, Chain* chain, bool* is_permitted) const IsDependencyOf() argument [all...] |
| /third_party/mbedtls/scripts/mbedtls_dev/ |
| H A D | bignum_common.py | 10 from itertools import chain namespace
|
| /third_party/mbedtls/library/ |
| H A D | ctr_drbg.c | 168 unsigned char chain[MBEDTLS_CTR_DRBG_BLOCKSIZE]; in block_cipher_df() local [all...] |
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_drm.c | 109 prepare_signal_dma_buf_from_semaphore(struct wsi_swapchain *chain, in prepare_signal_dma_buf_from_semaphore() argument 147 wsi_prepare_signal_dma_buf_from_semaphore(struct wsi_swapchain *chain, in wsi_prepare_signal_dma_buf_from_semaphore() argument 165 wsi_signal_dma_buf_from_semaphore(const struct wsi_swapchain *chain, const struct wsi_image *image) wsi_signal_dma_buf_from_semaphore() argument 203 wsi_create_sync_for_dma_buf_wait(const struct wsi_swapchain *chain, const struct wsi_image *image, enum vk_sync_features req_features, struct vk_sync **sync_out) wsi_create_sync_for_dma_buf_wait() argument 321 wsi_configure_native_image(const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, uint32_t num_modifier_lists, const uint32_t *num_modifiers, const uint64_t *const *modifiers, struct wsi_image_info *info) wsi_configure_native_image() argument 462 wsi_create_native_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_native_image_mem() argument 565 wsi_create_prime_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_prime_image_mem() argument 595 wsi_configure_prime_image(UNUSED const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, bool use_modifier, struct wsi_image_info *info) wsi_configure_prime_image() argument [all...] |
| H A D | wsi_common_win32.c | 53 struct wsi_win32_swapchain *chain; member 305 wsi_win32_image_init(VkDevice device_h, struct wsi_win32_swapchain *chain, const VkSwapchainCreateInfoKHR *create_info, const VkAllocationCallbacks *allocator, struct wsi_win32_image *image) wsi_win32_image_init() argument 348 wsi_win32_image_finish(struct wsi_win32_swapchain *chain, const VkAllocationCallbacks *allocator, struct wsi_win32_image *image) wsi_win32_image_finish() argument 362 struct wsi_win32_swapchain *chain = wsi_win32_swapchain_destroy() local 379 struct wsi_win32_swapchain *chain = wsi_win32_get_wsi_image() local 390 struct wsi_win32_swapchain *chain = wsi_win32_acquire_next_image() local 406 struct wsi_win32_swapchain *chain = (struct wsi_win32_swapchain *) drv_chain; wsi_win32_queue_present() local 442 struct wsi_win32_swapchain *chain; wsi_win32_surface_create_swapchain() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ts/ |
| H A D | ts_rsp_verify.c | 171 ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, X509 *signer, STACK_OF(X509) **chain) ts_verify_cert() argument 231 ts_check_signing_certs(const PKCS7_SIGNER_INFO *si, const STACK_OF(X509) *chain) ts_check_signing_certs() argument [all...] |