Home
last modified time | relevance | path

Searched refs:ptbuf (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/test/
Dthreadstest.c392 unsigned char ptbuf[256]; in thread_shared_evp_pkey() local
419 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()