Home
last modified time | relevance | path

Searched refs:recovered (Results 1 – 25 of 51) 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.c148 uint8_t *recovered = NULL; in test_sm2_crypt() local
190 recovered = OPENSSL_zalloc(ptext_len); in test_sm2_crypt()
191 if (!TEST_ptr(recovered) in test_sm2_crypt()
193 recovered, &recovered_len)) in test_sm2_crypt()
195 || !TEST_mem_eq(recovered, recovered_len, message, msg_len)) in test_sm2_crypt()
203 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.pod104 encoding method and stores the recovered data of at most B<tlen> bytes
119 recovered data, -1 on error. Error codes can be obtained by calling
DRSA_private_encrypt.pod64 recovered message digest.
DEVP_PKEY_verify_recover.pod37 I<rout> buffer, if the call is successful recovered data is written to
DRSA_public_encrypt.pod82 recovered plaintext. A return value of 0 is not an error and
DRAND_add.pod54 The content of B<buf> cannot be recovered from subsequent random generator output.
DASYNC_WAIT_CTX_new.pod162 The engine has some problem which will be recovered soon, such as a buffer is
/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/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/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/openssl/doc/man1/
Dopenssl-rsautl.pod.in92 Verify the input data and output the recovered data.
217 which it can be seen agrees with the recovered value above.
Dopenssl-pkeyutl.pod.in134 Verify the input data (which must be a hash) and output the recovered data.
Dopenssl-s_client.pod.in187 Therefore, these credentials are easily recovered by anyone able to sniff/trace
/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/openssl/doc/man7/
Dprovider-signature.pod252 Unless I<rout> is NULL, the recovered data should be written to the location
254 The length of the recovered data should be written to I<*routlen>.
/third_party/ffmpeg/doc/
Dfftools-common-opts.texi218 Show all errors, including ones which can be recovered from.
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/
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,…
69 •In the meantime Mr. •Weston arrived with his small ship, which he had now recovered. •Capt. •Gorge…
75 •In the meantime Mr. •Weston arrived with his small ship, which he had now recovered. •Capt. •Gorge…
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
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…
/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