[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mseopensslevp.pas line 189
type EVP_CIPHER_CTX = record |
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; |
end; |