Home
last modified time | relevance | path

Searched refs:ptext (Results 1 - 6 of 6) sorted by relevance

/third_party/openssl/test/
H A Drsa_test.c240 unsigned char ptext[256]; in test_rsa_simple() local
256 num = RSA_private_decrypt(num, ctext, ptext, key, de_pad_type); in test_rsa_simple()
258 if (!TEST_int_gt(num, 0) || !TEST_mem_eq(ptext, num, ptext_ex, plen)) in test_rsa_simple()
285 unsigned char ptext[256]; in test_rsa_oaep() local
300 num = RSA_private_decrypt(clen, ctext_ex, ptext, key, in test_rsa_oaep()
302 if (num <= 0 || !TEST_mem_eq(ptext, num, ptext_ex, plen)) in test_rsa_oaep()
308 num = RSA_private_decrypt(clen, ctext_ex, ptext, key, in test_rsa_oaep()
317 num = RSA_private_decrypt(n, ctext_ex, ptext, key, in test_rsa_oaep()
H A Drsa_mp_test.c254 unsigned char ptext[256]; in test_rsa_mp() local
282 num = RSA_private_decrypt(num, ctext, ptext, key, RSA_PKCS1_PADDING); in test_rsa_mp()
283 if (!TEST_mem_eq(ptext, num, ptext_ex, plen)) in test_rsa_mp()
/third_party/python/Lib/email/
H A D_header_value_parser.py63 may be produced: 'ptext'. A 'ptext' is a string of printable ascii characters.
646 if x.token_type == 'ptext':
997 """Scan printables/quoted-pairs until endchars and return unquoted ptext.
1162 a 'ptext' token. In this case it is a WhiteSpaceTerminal, so it's value
1166 ptext, value, _ = _get_ptext_to_endchars(value, '()')
1167 ptext = WhiteSpaceTerminal(ptext, 'ptext')
1168 _validate_xtext(ptext)
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/
H A Dextension.rb245 named :ptext
246 match /ptext:([\w\*]+((\.|&#8594;)[\w\*]+)*)/
/third_party/python/Lib/test/test_email/
H A Dtest__header_value_parser.py417 ptext = self._test_get_x(parser.get_qp_ctext,
419 self.assertEqual(ptext.token_type, 'ptext')
425 ptext = self._test_get_x(parser.get_qp_ctext,
461 ptext = self._test_get_x(parser.get_qp_ctext,
464 self.assertEqual(ptext.defects[0].non_printables[0], '\x00')
469 ptext = self._test_get_x(parser.get_qcontent,
471 self.assertEqual(ptext.token_type, 'ptext')
476 ptext
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex100 \let\ptext=\t
2922 \let\tieaccent = \ptext
6279 \let\t=\ptext

Completed in 14 milliseconds