Searched refs:ptbuf (Results 1 – 2 of 2) sorted by relevance
1033 char *ptbuf; in inln() local1036 ptbuf = buf; in inln()1050 col = (ptbuf - buf) + *cps; in inln()1063 *ptbuf++ = ' '; in inln()1068 *ptbuf++ = ch; in inln()1077 *ptbuf++ = ch; in inln()1080 col = ptbuf - buf; in inln()
392 unsigned char ptbuf[256]; in thread_shared_evp_pkey() local419 ptlen = sizeof(ptbuf); in thread_shared_evp_pkey()421 || !TEST_int_gt(EVP_PKEY_decrypt(ctx, ptbuf, &ptlen, ctbuf, ctlen), in thread_shared_evp_pkey()423 || !TEST_mem_eq(msg, strlen(msg), ptbuf, ptlen)) in thread_shared_evp_pkey()