pub unsafe extern "C" fn ocrypto_aes_cbc_pkcs_final_enc(
    ctx: *mut ocrypto_aes_cbc_pkcs_ctx,
    ct: *mut u8
)
Expand description

AES-CBC-PKCS7 final encryption output.

  • ctx - Context.
  • ct - Last ciphertext block.