Home
last modified time | relevance | path

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

/openssl/test/
H A Dthreadstest.c897 unsigned char ptbuf[256]; in thread_shared_evp_pkey() local
924 ptlen = sizeof(ptbuf); in thread_shared_evp_pkey()
926 || !TEST_int_gt(EVP_PKEY_decrypt(ctx, ptbuf, &ptlen, ctbuf, ctlen), in thread_shared_evp_pkey()
928 || !TEST_mem_eq(msg, strlen(msg), ptbuf, ptlen)) in thread_shared_evp_pkey()

Completed in 9 milliseconds