HomeSort by: relevance | last modified time | path
    Searched refs:ptbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
threadstest.c 392 unsigned char ptbuf[256]; local
419 ptlen = sizeof(ptbuf);
421 || !TEST_int_gt(EVP_PKEY_decrypt(ctx, ptbuf, &ptlen, ctbuf, ctlen),
423 || !TEST_mem_eq(msg, strlen(msg), ptbuf, ptlen))
  /src/usr.bin/pr/
pr.c 1033 char *ptbuf; local
1036 ptbuf = buf;
1050 col = (ptbuf - buf) + *cps;
1063 *ptbuf++ = ' ';
1068 *ptbuf++ = ch;
1077 *ptbuf++ = ch;
1080 col = ptbuf - buf;
  /src/crypto/external/apache2/openssl/dist/test/
threadstest.c 936 unsigned char ptbuf[256]; local
963 ptlen = sizeof(ptbuf);
965 || !TEST_int_gt(EVP_PKEY_decrypt(ctx, ptbuf, &ptlen, ctbuf, ctlen),
967 || !TEST_mem_eq(msg, strlen(msg), ptbuf, ptlen))

Completed in 20 milliseconds