Searched refs:ptext (Results 1 - 6 of 6) sorted by relevance
/third_party/openssl/test/ |
H A D | rsa_test.c | 240 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 D | rsa_mp_test.c | 254 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.py | 63 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 D | extension.rb | 245 named :ptext 246 match /ptext:([\w\*]+((\.|→)[\w\*]+)*)/
|
/third_party/python/Lib/test/test_email/ |
H A D | test__header_value_parser.py | 417 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 D | texinfo.tex | 100 \let\ptext=\t 2922 \let\tieaccent = \ptext 6279 \let\t=\ptext
|
Completed in 14 milliseconds