Source position: openssl3.pas line 663
function SslCtxUsePrivateKeyASN1(
pk: cInt;
ctx: PSSL_CTX;
d: string;
len: cLong
):cInt; overload;function SslCtxUsePrivateKeyASN1(
b: TBytes;
):cInt; overload;