Unit 'openssl3' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

SslCtxUsePrivateKeyASN1

Declaration

Source position: openssl3.pas line 663

function SslCtxUsePrivateKeyASN1(

  pk: cInt;

  ctx: PSSL_CTX;

  d: string;

  len: cLong

):cInt; overload;

function SslCtxUsePrivateKeyASN1(

  pk: cInt;

  ctx: PSSL_CTX;

  b: TBytes;

  len: cLong

):cInt; overload;


Documentation generated on: 2025-07-25