[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mseopensslevp.pas line 118
type EVP_PKEY_PKEY = record |
case Integer of |
0: ( |
ptr: pcuchar; |
); |
1: ( |
rsa: pRSA; |
); |
2: ( |
dsa: pDSA; |
); |
3: ( |
dh: pDH; |
); |
end; |