Record EVP_CIPHER_CTX
Unit
Declaration
type EVP_CIPHER_CTX = record
Description
Overview
Fields
cipher: pEVP_CIPHER; |
|
engine: pENGINE; |
|
encrypt: cint; |
|
buf_len: cint; |
|
iov: ivty; |
|
iv: ivty; |
|
buf: array[0..EVP_MAX_BLOCK_LENGTH-1] of byte; |
|
num: cint; |
|
app_data: pointer; |
|
key_len: cint; |
|
flags: culong; |
|
cipher_data: pointer; |
|
final_used: cint; |
|
block_mask: cint; |
|
final: array[0..EVP_MAX_BLOCK_LENGTH-1] of byte; |
Description
Fields
cipher: pEVP_CIPHER; |
|
engine: pENGINE; |
|
encrypt: cint; |
|
buf_len: cint; |
|
iov: ivty; |
|
iv: ivty; |
|
buf: array[0..EVP_MAX_BLOCK_LENGTH-1] of byte; |
|
num: cint; |
|
app_data: pointer; |
|
key_len: cint; |
|
flags: culong; |
|
cipher_data: pointer; |
|
final_used: cint; |
|
block_mask: cint; |
|
final: array[0..EVP_MAX_BLOCK_LENGTH-1] of byte; |
|
Generated by PasDoc 0.16.0.