encrypt_block
ret = encrypt_block(enc, key, &d);
ret = encrypt_block(enc, key, &block);
size_t (*encrypt_block)(const unsigned char *in,
if (!TEST_size_t_eq(fixture->encrypt_block(test_input, ciphertext, len,