pub unsafe extern "C" fn s2n_async_pkey_op_free(
    op: *mut s2n_async_pkey_op
) -> c_int
Expand description

Frees the opaque structure representing a private key operation.

Safety

  • MUST be called for every operation passed to s2n_async_pkey_fn
  • Safe to call before or after the connection that created the operation is freed

@param op An opaque object representing the private key operation