Home
last modified time | relevance | path

Searched refs:recovered (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-repl-recoverable.js9 let recovered = false; variable
22 recovered = true;
38 assert(recovered, 'REPL never recovered');
/third_party/openssl/test/
Dsm2_internal_test.c152 uint8_t *recovered = NULL; in test_sm2_crypt() local
192 recovered = OPENSSL_zalloc(ptext_len); in test_sm2_crypt()
193 if (!TEST_ptr(recovered) in test_sm2_crypt()
194 || !TEST_true(sm2_decrypt(key, digest, ctext, ctext_len, recovered, &recovered_len)) in test_sm2_crypt()
196 || !TEST_mem_eq(recovered, recovered_len, message, msg_len)) in test_sm2_crypt()
204 OPENSSL_free(recovered); in test_sm2_crypt()
/third_party/openssl/doc/man3/
DEVP_OpenInit.pod41 cipher then the key length will be set to the value of the recovered
42 key length. If the cipher is a fixed length cipher then the recovered
48 recovered secret key size) if successful.
DRSA_padding_add_PKCS1_type_1.pod108 encoding method and stores the recovered data of at most B<tlen> bytes
123 recovered data, -1 on error. Error codes can be obtained by calling
DRSA_private_encrypt.pod55 recovered message digest.
DEVP_PKEY_verify_recover.pod26 B<rout> buffer, if the call is successful recovered data is written to
DRAND_add.pod54 The content of B<buf> cannot be recovered from subsequent random generator output.
DRSA_public_encrypt.pod78 recovered plaintext. A return value of 0 is not an error and
/third_party/ffmpeg/libavcodec/
Dh264_picture.c123 dst->recovered = src->recovered; in ff_h264_ref_picture()
Dh264_slice.c499 pic->recovered = 0; in h264_frame_start()
1428 if (out->recovered) { in h264_select_output_frame()
1433 out->recovered |= !!(h->frame_recovered & FRAME_RECOVERED_SEI); in h264_select_output_frame()
1435 if (!out->recovered) { in h264_select_output_frame()
1713 h->cur_pic_ptr->recovered = 1; in h264_field_start()
1720 h->cur_pic_ptr->recovered |= h->frame_recovered; in h264_field_start()
1722 h->cur_pic_ptr->recovered |= !!(h->frame_recovered & FRAME_RECOVERED_IDR); in h264_field_start()
Dh264dec.h162 int recovered; ///< picture at IDR or recovery point + recovery count member
Dh264_refs.c825 h->cur_pic_ptr->recovered |= 1; in ff_h264_execute_ref_pic_marking()
Dh264dec.c880 out->recovered)) { in finalize_frame()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMapTest.java124 String recovered = TrieMap.ByteConverter.getChars(bytes, 0, limit); in TestByteConversion() local
125 if (!source.equals(recovered)) { in TestByteConversion()
126 assertEquals("Char/Byte Conversion", source, recovered); in TestByteConversion()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java121 String recovered = TrieMap.ByteConverter.getChars(bytes, 0, limit); in TestByteConversion() local
122 if (!source.equals(recovered)) { in TestByteConversion()
123 assertEquals("Char/Byte Conversion", source, recovered); in TestByteConversion()
/third_party/openssl/doc/man1/
Drsautl.pod76 Verify the input data and output the recovered data.
205 which it can be seen agrees with the recovered value above.
Dpkeyutl.pod112 Verify the input data (which must be a hash) and output the recovered data.
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsrc.c718 guint64 total_dropped = 0, total_received = 0, recovered = 0, lost = 0; in gst_rist_src_create_stats() local
777 "rtx-success-count", G_TYPE_UINT64, &recovered, in gst_rist_src_create_stats()
784 "recovered", G_TYPE_UINT64, recovered, in gst_rist_src_create_stats()
/third_party/boost/libs/algorithm/doc/
Dboyer_moore.qbk21 …otprint and startup costs than a simpler algorithm, but these costs are recovered quickly during t…
/third_party/boost/libs/math/doc/statistics/
Dsignal_statistics.qbk94 … to very high accuracy with the sample Gini coefficient and can easily be recovered by a rescaling.
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
DCHANGES214 * Remove 512-MB limitation on recovered file size for bzip2recover
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
DCHANGES214 * Remove 512-MB limitation on recovered file size for bzip2recover
/third_party/bzip2/
DCHANGES214 * Remove 512-MB limitation on recovered file size for bzip2recover
/third_party/ffmpeg/doc/
Dfftools-common-opts.texi218 Show all errors, including ones which can be recovered from.
/third_party/icu/icu4c/source/test/testdata/
Drbbitst.txt52 •In the meantime Mr. •Weston arrived with his small ship, which he had now recovered. •Capt. •Gorge…
57 •In the meantime Mr. Weston arrived with his small ship, which he had now recovered. •Capt. Gorges,…
74 •In the meantime Mr. •Weston arrived with his small ship, which he had now recovered. •Capt. •Gorge…
80 •In the meantime Mr. •Weston arrived with his small ship, which he had now recovered. •Capt. •Gorge…

123