Record EVP_CIPHER
Unit
Declaration
type EVP_CIPHER = record
Description
This item has no description.
Overview
Fields
| Public | nid: cint; |
| Public | block_size: cint; |
| Public | key_len: cint; |
| Public | iv_len: cint; |
| Public | flags: culong; |
| Public | init: function(ctx: pEVP_CIPHER_CTX; key: pcuchar; iv: pcuchar; enc: cint): cint; |
| Public | do_cipher: function(ctx: pEVP_CIPHER_CTX; _out: pcuchar; _in: pcuchar; inl: cint): cint; |
| Public | cleanup: function(ctx: pEVP_CIPHER_CTX): cint; |
| Public | ctx_size: cint; |
| Public | set_asn1_parameters: function(ctx: pEVP_CIPHER_CTX; _type: pASN1_TYPE): cint; |
| Public | get_asn1_parameters: function(ctx: pEVP_CIPHER_CTX; _type: pASN1_TYPE): cint; |
| Public | ctrl: function(ctx: pEVP_CIPHER_CTX; _type: cint; arg: cint; ptr: pointer): cint; |
| Public | app_data: pointer; |
Description
Fields
| Public | nid: cint; |
|
This item has no description. | |
| Public | block_size: cint; |
|
This item has no description. | |
| Public | key_len: cint; |
|
This item has no description. | |
| Public | iv_len: cint; |
|
This item has no description. | |
| Public | flags: culong; |
|
This item has no description. | |
| Public | init: function(ctx: pEVP_CIPHER_CTX; key: pcuchar; iv: pcuchar; enc: cint): cint; |
|
This item has no description. | |
| Public | do_cipher: function(ctx: pEVP_CIPHER_CTX; _out: pcuchar; _in: pcuchar; inl: cint): cint; |
|
This item has no description. | |
| Public | cleanup: function(ctx: pEVP_CIPHER_CTX): cint; |
|
This item has no description. | |
| Public | ctx_size: cint; |
|
This item has no description. | |
| Public | set_asn1_parameters: function(ctx: pEVP_CIPHER_CTX; _type: pASN1_TYPE): cint; |
|
This item has no description. | |
| Public | get_asn1_parameters: function(ctx: pEVP_CIPHER_CTX; _type: pASN1_TYPE): cint; |
|
This item has no description. | |
| Public | ctrl: function(ctx: pEVP_CIPHER_CTX; _type: cint; arg: cint; ptr: pointer): cint; |
|
This item has no description. | |
| Public | app_data: pointer; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.