Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 25 of 207) sorted by relevance

123456789

/third_party/openssl/test/
Dnamemap_internal_test.c135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); in test_cipher_is_a() local
138 if (!TEST_ptr(fetched)) in test_cipher_is_a()
140 if (!TEST_true(EVP_CIPHER_is_a(fetched, "id-aes256-CCM")) in test_cipher_is_a()
141 || !TEST_false(EVP_CIPHER_is_a(fetched, "AES-128-GCM"))) in test_cipher_is_a()
147 EVP_CIPHER_free(fetched); in test_cipher_is_a()
157 EVP_MD *fetched = EVP_MD_fetch(NULL, "SHA2-512", NULL); in test_digest_is_a() local
160 if (!TEST_ptr(fetched)) in test_digest_is_a()
162 if (!TEST_true(EVP_MD_is_a(fetched, "SHA512")) in test_digest_is_a()
163 || !TEST_false(EVP_MD_is_a(fetched, "SHA1"))) in test_digest_is_a()
169 EVP_MD_free(fetched); in test_digest_is_a()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfragmentdensitymapops.txt55 density map layer that the texel is fetched from is:
63 The texel fetched from the density map at [eq]#(i,j,layer)# is next
71 fetched texel as defined in <<textures-component-swizzle,Image component
87 fetched is not a normalized floating-point value greater than `0.0`.
88 Otherwise, the fetched fragment area for that region is derived as:
101 A single fetched fragment area for the framebuffer region is chosen by the
103 the fetched set.
109 The implementation may: clamp the fetched fragment area to one that it
112 original fetched value.
120 For example, if the fetched fragment area is [eq]#(1,4)# but the
Dfragmentdensitymapops.adoc94 The texel fetched from the density map at [eq]#(i,j,layer)# is next
102 fetched texel as defined in <<textures-component-swizzle,Image component
118 fetched is not a normalized floating-point value greater than `0.0`.
119 Otherwise, the fetched fragment area for that region is derived as:
132 A single fetched fragment area for the framebuffer region is chosen by the
134 the fetched set.
140 The implementation may: clamp the fetched fragment area to one that it
143 original fetched value.
151 For example, if the fetched fragment area is [eq]#(1,4)# but the
/third_party/ffmpeg/libavdevice/
Ddshow_enummediatypes.c30 AM_MEDIA_TYPE **types, unsigned long *fetched) in DECLARE_ADDREF()
47 if (fetched) in DECLARE_ADDREF()
48 *fetched = count; in DECLARE_ADDREF()
Ddshow_enumpins.c30 unsigned long *fetched) in DECLARE_ADDREF()
42 if (fetched) in DECLARE_ADDREF()
43 *fetched = count; in DECLARE_ADDREF()
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dcrawl.go433 e, links, fetched := w.work1(u, true)
434 if fetched {
439 if ee, _, fetched := w.work1(u, false); fetched {
447 if fetched && e.url != nil {
455 func (w worker) work1(u *url.URL, followHTML bool) (e entry, links []*url.URL, fetched bool) {
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowutil.cpp66 ULONG fetched; in gst_dshow_find_filter() local
126 while(enum_moniker->Next (1, &moniker, &fetched) == S_OK) in gst_dshow_find_filter()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.cpp200 ULONG fetched; in gst_dshow_find_filter() local
233 while (hres = enum_moniker->Next (1, &moniker, &fetched), hres == S_OK in gst_dshow_find_filter()
334 ULONG fetched; in gst_dshow_enumerate_devices() local
353 while (enum_moniker->Next (1, &moniker, &fetched) == S_OK) { in gst_dshow_enumerate_devices()
496 ULONG fetched; in gst_dshow_getdevice_from_devicename() local
516 while (hres = enum_moniker->Next (1, &moniker, &fetched), hres == S_OK in gst_dshow_getdevice_from_devicename()
/third_party/openssl/doc/man3/
DRAND_set_DRBG_type.pod22 with properties I<propq> will be fetched. It will be instantiated with
29 with properties I<propq> will be fetched and used to seed the primary
DEVP_DigestInit.pod158 Decrements the reference count for the fetched B<EVP_MD> structure.
185 If this function happens to be used with a fetched B<EVP_MD>, it will
239 I<name>, which is fetched using the optional I<libctx> and I<propq> parameters.
255 value explicitly fetched with EVP_MD_fetch().
267 value explicitly fetched with EVP_MD_fetch().
333 Return the name of the given message digest. For fetched message
340 I<data>. This is only useful with fetched B<EVP_MD>s.
432 fetched from the loaded providers. This fetch could fail if no suitable
509 When used with a fetched B<EVP_MD>, EVP_MD_CTX_get_params() gets called with
519 When used with a fetched B<EVP_MD>, EVP_MD_CTX_get_params() gets called with
DEVP_EncryptInit.pod269 Decrements the reference count for the fetched B<EVP_CIPHER> structure.
294 If this function happens to be used with a fetched B<EVP_CIPHER>, it will
421 EVP_CipherInit_ex() except if the I<type> is not a fetched cipher they use the
463 fetched from the loaded providers. This fetch could fail if no suitable
483 fetched cipher has been assigned to the I<ctx>. It is recommended to use
546 Return the name of the passed cipher or context. For fetched ciphers with
552 I<data>. This is only useful with fetched B<EVP_CIPHER>s.
995 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() and
1001 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() gets called
1007 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() gets called
[all …]
DOCSP_response_status.pod55 stored as a SHA1 hash. To calculate the hash the SHA1 algorithm is fetched using
68 the SHA1 algorithm is fetched using the library ctx I<libctx> and the property
DEVP_KDF.pod84 EVP_KDF_up_ref() increments the reference count of an already fetched
87 EVP_KDF_free() frees a fetched algorithm.
173 EVP_KDF_get0_name() return the name of the given KDF. For fetched KDFs
259 EVP_KDF_fetch() returns a pointer to a newly fetched B<EVP_KDF>, or
DTS_RESP_CTX_new.pod23 supply the fetched algorithms.
DEVP_MAC.pod104 EVP_MAC_up_ref() increments the reference count of an already fetched
107 EVP_MAC_free() frees a fetched algorithm.
131 The MAC algorithm is fetched using any given I<libctx> and property query
229 EVP_MAC_get0_name() return the name of the given MAC. For fetched MACs
350 EVP_MAC_fetch() returns a pointer to a newly fetched B<EVP_MAC>, or
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_AMD_shader_fragment_mask.txt28 From a shader, the fragment mask can be fetched with a call to
36 The color fragment for a particular color sample may then be fetched with
DVK_AMD_shader_fragment_mask.adoc30 From a shader, the fragment mask can be fetched with a call to
38 The color fragment for a particular color sample may then be fetched with
/third_party/openGLES/extensions/NV/
DNV_parameter_buffer_object2.txt209 - a component size, specifying that the components fetched by the
213 four components be fetched, and no count indicates a single component
217 be fetched, remaining components are filled with zeroes. When performing
316 A base operand vector is fetched from memory as described in Section
323 LDC instruction may be limited. If any component fetched by the LDC
326 constant MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV, the value fetched for that
386 of the components being fetched.
389 on the portion of a buffer object that may be fetched via BUFFER and
433 which defines an array of bytes to be fetched form. The type of fetch
543 component (always fetched in "x") into the other components:
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_parameter_buffer_object2.txt209 - a component size, specifying that the components fetched by the
213 four components be fetched, and no count indicates a single component
217 be fetched, remaining components are filled with zeroes. When performing
316 A base operand vector is fetched from memory as described in Section
323 LDC instruction may be limited. If any component fetched by the LDC
326 constant MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV, the value fetched for that
386 of the components being fetched.
389 on the portion of a buffer object that may be fetched via BUFFER and
433 which defines an array of bytes to be fetched form. The type of fetch
543 component (always fetched in "x") into the other components:
/third_party/openssl/doc/internal/man3/
Devp_md_get_number.pod45 useful with fetched B<EVP_CIPHER>s.
70 only useful with fetched B<EVP_MD>s.
/third_party/python/Doc/library/
Durllib.robotparser.rst51 Returns the time the ``robots.txt`` file was last fetched. This is
57 Sets the time the ``robots.txt`` file was last fetched to the current
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c62 EVP_MD *fetched = NULL; in pkcs7_bio_add_digest() local
73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest()
75 if (fetched != NULL) in pkcs7_bio_add_digest()
76 md = fetched; in pkcs7_bio_add_digest()
89 EVP_MD_free(fetched); in pkcs7_bio_add_digest()
92 EVP_MD_free(fetched); in pkcs7_bio_add_digest()
/third_party/lwip/src/netif/ppp/polarssl/
DREADME4 This folder contains some files fetched from the latest BSD release of
/third_party/mesa3d/docs/gallium/cso/
Dsampler.rst54 * ``PIPE_TEX_FILTER_NEAREST``: One texel is fetched from the texture image
57 texture dimensions; 1D/2D/3D) are fetched from the texture image and
/third_party/node/deps/npm/node_modules/pacote/
DREADME.md88 // fetched `package.json` data from the registry
125 // fetched package versions metadata from the registry
256 If `true`, the full packument will be fetched when doing metadata requests. By

123456789