Home
last modified time | relevance | path

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

/openssl/test/
H A Dthreadstest.c896 unsigned char ctbuf[256]; in thread_shared_evp_pkey() local
898 size_t ptlen, ctlen = sizeof(ctbuf); in thread_shared_evp_pkey()
913 || !TEST_int_ge(EVP_PKEY_encrypt(ctx, ctbuf, &ctlen, in thread_shared_evp_pkey()
926 || !TEST_int_gt(EVP_PKEY_decrypt(ctx, ptbuf, &ptlen, ctbuf, ctlen), in thread_shared_evp_pkey()

Completed in 5 milliseconds