Home
last modified time | relevance | path

Searched refs:encryptedKeyMaxLength (Results 1 – 10 of 10) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dkeyex_int.c33 IN_DATALENGTH_Z const int encryptedKeyMaxLength, in exportConventionalKey() argument
45 isWritePtr( encryptedKey, encryptedKeyMaxLength ) ); in exportConventionalKey()
50 encryptedKeyMaxLength > MIN_CRYPT_OBJECTSIZE && \ in exportConventionalKey()
51 encryptedKeyMaxLength < MAX_BUFFER_SIZE ) ); in exportConventionalKey()
75 sMemOpenOpt( &stream, encryptedKey, encryptedKeyMaxLength ); in exportConventionalKey()
144 sMemOpenOpt( &stream, encryptedKey, encryptedKeyMaxLength ); in exportConventionalKey()
165 IN_DATALENGTH_Z const int encryptedKeyMaxLength, in exportPublicKey() argument
182 isWritePtr( encryptedKey, encryptedKeyMaxLength ) ); in exportPublicKey()
189 encryptedKeyMaxLength > MIN_CRYPT_OBJECTSIZE && \ in exportPublicKey()
190 encryptedKeyMaxLength < MAX_BUFFER_SIZE ) ); in exportPublicKey()
[all …]
H A Dkeyex.c462 C_IN int encryptedKeyMaxLength, in cryptExportKeyEx() argument
474 if( encryptedKeyMaxLength <= MIN_CRYPT_OBJECTSIZE || \ in cryptExportKeyEx()
475 encryptedKeyMaxLength >= MAX_BUFFER_SIZE ) in cryptExportKeyEx()
483 if( encryptedKeyMaxLength != 0 ) in cryptExportKeyEx()
539 C_IN int encryptedKeyMaxLength, in cryptExportKey() argument
625 IN_DATALENGTH_Z const int encryptedKeyMaxLength, in iCryptExportKey() argument
636 0 : encryptedKeyMaxLength; in iCryptExportKey()
640 ( encryptedKeyMaxLength >= MIN_CRYPT_OBJECTSIZE && \ in iCryptExportKey()
646 encryptedKeyMaxLength < MAX_BUFFER_SIZE ) ); in iCryptExportKey()
766 C_IN int encryptedKeyMaxLength, in cryptExportKeyEx() argument
[all …]
H A Dmech.h151 int exportConventionalKey( OUT_BUFFER_OPT( encryptedKeyMaxLength, \
154 IN_DATALENGTH_Z const int encryptedKeyMaxLength,
160 int exportPublicKey( OUT_BUFFER_OPT( encryptedKeyMaxLength, \
163 IN_DATALENGTH_Z const int encryptedKeyMaxLength,
/dports/security/p5-PerlCryptLib/PerlCryptLib-1.11/t/
H A D2.t18 my $encryptedKeyMaxLength = BUFFERSIZE;
40 ok( cryptExportKey($null, 0, $encryptedKeyMaxLength, $keyContext, $cryptContext) == CRYPT_OK , $act…
41 $encryptedKey = ' ' x $encryptedKeyMaxLength;
43 ok( cryptExportKey($encryptedKey, $encryptedKeyMaxLength, $encryptedKeyLength, $keyContext, $cryptC…
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A Dcryptlib.cs1554 int encryptedKeyMaxLength, in ExportKey() argument
1564 …processStatus(wrapped_ExportKey(encryptedKeyPtr, encryptedKeyMaxLength, encryptedKeyLengthPtr, exp… in ExportKey()
1568 …processStatus(wrapped_ExportKey(encryptedKeyPtr, encryptedKeyMaxLength, encryptedKeyLengthPtr, exp… in ExportKey()
1579 int encryptedKeyMaxLength, in ExportKey() argument
1582 ) { return ExportKey(encryptedKey, 0, encryptedKeyMaxLength, exportKey, sessionKeyContext); } in ExportKey()
1587 int encryptedKeyMaxLength, in ExportKeyEx() argument
1598 …processStatus(wrapped_ExportKeyEx(encryptedKeyPtr, encryptedKeyMaxLength, encryptedKeyLengthPtr, f… in ExportKeyEx()
1602 …processStatus(wrapped_ExportKeyEx(encryptedKeyPtr, encryptedKeyMaxLength, encryptedKeyLengthPtr, f… in ExportKeyEx()
1613 int encryptedKeyMaxLength, in ExportKeyEx() argument
1617 …) { return ExportKeyEx(encryptedKey, 0, encryptedKeyMaxLength, formatType, exportKey, sessionKeyCo… in ExportKeyEx()
[all …]
H A Dcryptlib.bas1796 ByVal encryptedKeyMaxLength As Long, _
1803 ByVal encryptedKeyMaxLength As Long, _
H A Dcryptlib.pas1809 const encryptedKeyMaxLength: Integer;
1816 const encryptedKeyMaxLength: Integer;
H A Dpython.c544 int encryptedKeyMaxLength = 0; in python_cryptExportKey() local
549 …if (!PyArg_ParseTuple(args, "Oiii", &encryptedKey, &encryptedKeyMaxLength, &exportKey, &sessionKey… in python_cryptExportKey()
552 …if (!processStatusBool(cryptExportKey(NULL, encryptedKeyMaxLength, &encryptedKeyLength, exportKey,… in python_cryptExportKey()
558 …status = cryptExportKey(encryptedKeyPtr, encryptedKeyMaxLength, &encryptedKeyLength, exportKey, se… in python_cryptExportKey()
570 int encryptedKeyMaxLength = 0; in python_cryptExportKeyEx() local
576 …if (!PyArg_ParseTuple(args, "Oiiii", &encryptedKey, &encryptedKeyMaxLength, &formatType, &exportKe… in python_cryptExportKeyEx()
579 …if (!processStatusBool(cryptExportKeyEx(NULL, encryptedKeyMaxLength, &encryptedKeyLength, formatTy… in python_cryptExportKeyEx()
585 …status = cryptExportKeyEx(encryptedKeyPtr, encryptedKeyMaxLength, &encryptedKeyLength, formatType,… in python_cryptExportKeyEx()
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dint_api.h1251 int iCryptExportKey( OUT_BUFFER_OPT( encryptedKeyMaxLength, *encryptedKeyLength ) \
1253 IN_DATALENGTH_Z const int encryptedKeyMaxLength,
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptlib.h2054 C_IN int encryptedKeyMaxLength,
2060 C_IN int encryptedKeyMaxLength,