Searched refs:MKDATA (Results 1 – 11 of 11) sorted by relevance
/dports/security/cryptlib/cryptlib-3.4.3/context/ |
H A D | ctx_bnprime.c | 633 MKDATA( "\xFF\xFF\xFF\xFF\x00\x00\x00\x01" \ 637 MKDATA( "\xFF\xFF\xFF\xFF\x00\x00\x00\x01" \ 641 MKDATA( "\x5A\xC6\x35\xD8\xAA\x3A\x93\xE7" \ 645 MKDATA( "\x6B\x17\xD1\xF2\xE1\x2C\x42\x47" \ 657 MKDATA( "\x01" ), 687 MKDATA( "\x01" ), 729 MKDATA( "\x01" ), 771 MKDATA( "\x01" ), 831 MKDATA( "\x01" ), 885 MKDATA( "\x01" ), [all …]
|
H A D | ctx_misc.c | 532 MKDATA( "" ), 0 ); in testHash() 579 MKDATA( "" ), 0 );
|
/dports/devel/matreshka/matreshka-0.7.0/tools/aflex/src/ |
H A D | gen.adb | 190 Misc.MKDATA (ECGROUP (Integer (J) * 256 + Integer (K))); 298 MISC.MKDATA(ANUM); 502 MISC.MKDATA(ACC_ARRAY(CNT)); 515 MISC.MKDATA(ACC_ARRAY(LASTDFA + 1)); 543 MISC.MKDATA(abs(TECBCK(CNT))); 578 MISC.MKDATA(BASE(CNT)); 584 MISC.MKDATA(BASE(I)); 590 MISC.MKDATA(BASE(CNT)); 606 MISC.MKDATA(DEF(CNT)); 625 MISC.MKDATA(NXT(CNT)); [all …]
|
H A D | misc.ads | 85 procedure MKDATA(VALUE : in INTEGER); subprogspec
|
H A D | misc.adb | 443 procedure MKDATA(VALUE : in INTEGER) is subprogram 461 end MKDATA;
|
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/ |
H A D | asn1.h | 93 #define BER_OCTETSTRING_INDEF MKDATA( "\x24\x80" ) 94 #define BER_SEQUENCE_INDEF MKDATA( "\x30\x80" ) 95 #define BER_SET_INDEF MKDATA( "\x31\x80" ) 96 #define BER_CTAG0_INDEF MKDATA( "\xA0\x80" ) 97 #define BER_END_INDEF MKDATA( "\x00\x00" )
|
/dports/security/cryptlib/cryptlib-3.4.3/session/ |
H A D | ssh2_cry.c | 563 initialHashInfo, MKDATA( "A" ), 1, in initSecurityInfo() 572 initialHashInfo, MKDATA( "B" ), 1, in initSecurityInfo() 582 initialHashInfo, MKDATA( "C" ), 1, in initSecurityInfo() 591 initialHashInfo, MKDATA( "D" ), 1, in initSecurityInfo() 604 initialHashInfo, MKDATA( "E" ), 1, in initSecurityInfo() 617 initialHashInfo, MKDATA( "F" ), 1, in initSecurityInfo()
|
/dports/graphics/jasper/jasper-version-2.0.33/test/bin/ |
H A D | run_codec_test | 16 MKDATA=1 428 if [ $MKDATA -ne 0 ]; then
|
/dports/security/cryptlib/cryptlib-3.4.3/ |
H A D | crypt.h | 513 #define MKDATA( x ) ( ( BYTE * ) ( x ) ) macro
|
/dports/security/cryptlib/cryptlib-3.4.3/envelope/ |
H A D | cms_env.c | 623 static const BYTE *fixedParamData = MKDATA( "\x04\x00\x02\x01\x01" ); in setKDFParams()
|
/dports/security/gnupg/gnupg-2.3.3/ |
H A D | ChangeLog | 13141 shell.scm, remove no longer used MKDATA.
|