Searched refs:ctbuf (Results 1 – 1 of 1) sorted by relevance
411 unsigned char ctbuf[256]; in thread_shared_evp_pkey() local413 size_t ptlen = sizeof(ptbuf), ctlen = sizeof(ctbuf); in thread_shared_evp_pkey()428 || !TEST_int_ge(EVP_PKEY_encrypt(ctx, ctbuf, &ctlen, in thread_shared_evp_pkey()440 || !TEST_int_ge(EVP_PKEY_decrypt(ctx, ptbuf, &ptlen, ctbuf, ctlen), in thread_shared_evp_pkey()
Completed in 3 milliseconds