Searched refs:ptext (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | rsa_test.c | 216 unsigned char ptext[256]; in test_rsa_simple() local 232 num = RSA_private_decrypt(num, ctext, ptext, key, de_pad_type); in test_rsa_simple() 234 if (!TEST_int_gt(num, 0) || !TEST_mem_eq(ptext, num, ptext_ex, plen)) in test_rsa_simple() 261 unsigned char ptext[256]; in test_rsa_oaep() local 276 num = RSA_private_decrypt(clen, ctext_ex, ptext, key, in test_rsa_oaep() 278 if (num <= 0 || !TEST_mem_eq(ptext, num, ptext_ex, plen)) in test_rsa_oaep() 284 num = RSA_private_decrypt(clen, ctext_ex, ptext, key, in test_rsa_oaep() 293 num = RSA_private_decrypt(n, ctext_ex, ptext, key, in test_rsa_oaep()
|
| H A D | rsa_mp_test.c | 246 unsigned char ptext[256]; in test_rsa_mp() local 274 num = RSA_private_decrypt(num, ctext, ptext, key, RSA_PKCS1_PADDING); in test_rsa_mp() 275 if (!TEST_mem_eq(ptext, num, ptext_ex, plen)) in test_rsa_mp()
|
| /freebsd/libexec/phttpget/ |
| H A D | phttpget.c | 68 b64enc(const char *ptext) in b64enc() argument 84 ptlen = strlen(ptext); in b64enc() 96 for (pt = ptext, pc = ctext; ptlen; ptlen -= 3, pc += 4) { in b64enc()
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | krb5routines.c | 561 char * ptext[], int numlines, int width, in MultiInputDialog() argument 662 lpdit->cx = strlen(ptext[i]) * 4 + 10; in MultiInputDialog() 671 nchar = MultiByteToWideChar (CP_ACP, 0, ptext[i], in MultiInputDialog()
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | texinfo.tex | 119 \let\ptext=\t 1403 \let\b=\ptexb \let\c=\ptexc \let\i=\ptexi \let\t=\ptext \let\l=\ptexl
|