Home
last modified time | relevance | path

Searched refs:macType (Results 1 – 25 of 134) sorted by relevance

123456

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Dcfileselector.cpp14 : macType (inMacType) in CFileExtension()
21 : macType (ext.macType) in CFileExtension()
42 macType = ext.macType; in operator =()
43 ext.macType = 0; in operator =()
72 if (!result && macType != 0 && ext.macType != 0) in operator ==()
73 result = (macType == ext.macType); in operator ==()
H A Dcfileselector.h22 …n, const UTF8String& extension, const UTF8String& mimeType = "", int32_t macType = 0, const UTF8St…
30 int32_t getMacType () const { return macType; } in getMacType()
43 int32_t macType; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/
H A Dcfileselector.cpp14 : macType (inMacType) in CFileExtension()
21 : macType (ext.macType) in CFileExtension()
42 macType = ext.macType; in operator =()
43 ext.macType = 0; in operator =()
72 if (!result && macType != 0 && ext.macType != 0) in operator ==()
73 result = (macType == ext.macType); in operator ==()
H A Dcfileselector.h23 …n, const UTF8String& extension, const UTF8String& mimeType = "", int32_t macType = 0, const UTF8St…
31 int32_t getMacType () const { return macType; } in getMacType()
44 int32_t macType; variable
/dports/net-im/coccinella/Coccinella-0.96.20Src/lib/
H A DTypes.tcl285 foreach macType $macTypeList {
286 lappend macType2MimeList($macType) $mime
292 set suff2MacType($suff) $macType
438 if {[string length $macType]} {
473 if {[info exists macType2Suff($macType)]} {
474 set fext $macType2Suff($macType)
478 if {[string equal $macType "????"]} {
720 foreach macType $macTypeList {
721 lappend macType2MimeList($macType) $mime
740 foreach macType macType2MimeList($mime) {
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh2_cry.c734 ( macType != MAC_END && \ in macDataSSH()
745 REQUIRES( macType >= MAC_NONE && macType < MAC_LAST ); in macDataSSH()
761 if( macType == MAC_START || macType == MAC_NONE ) in macDataSSH()
800 if( macType == MAC_END || macType == MAC_NONE ) in macDataSSH()
827 ( macType != MAC_END && \
839 REQUIRES( macType > MAC_NONE && macType < MAC_LAST );
841 REQUIRES( ( macType == MAC_START && \
843 ( macType == MAC_END &&
853 packetDataLength, macType );
858 packetDataLength, macType );
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dhmac.c318 if (hmac->macType != WC_HASH_TYPE_NONE) { in wc_HmacSetKey()
324 hmac->macType = (byte)type; in wc_HmacSetKey()
343 switch (hmac->macType) { in wc_HmacSetKey()
558 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) in wc_HmacSetKey()
591 switch (hmac->macType) { in HmacKeyInnerHash()
692 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) { in wc_HmacUpdate()
706 switch (hmac->macType) { in wc_HmacUpdate()
791 int hashLen = wc_HmacSizeByType(hmac->macType); in wc_HmacFinal()
812 switch (hmac->macType) { in wc_HmacFinal()
1007 hmac->macType = WC_HASH_TYPE_NONE; in wc_HmacInit()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dhmac.c318 if (hmac->macType != WC_HASH_TYPE_NONE) { in wc_HmacSetKey()
324 hmac->macType = (byte)type; in wc_HmacSetKey()
343 switch (hmac->macType) { in wc_HmacSetKey()
558 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) in wc_HmacSetKey()
591 switch (hmac->macType) { in HmacKeyInnerHash()
692 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) { in wc_HmacUpdate()
706 switch (hmac->macType) { in wc_HmacUpdate()
791 int hashLen = wc_HmacSizeByType(hmac->macType); in wc_HmacFinal()
812 switch (hmac->macType) { in wc_HmacFinal()
1007 hmac->macType = WC_HASH_TYPE_NONE; in wc_HmacInit()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dhmac.c318 if (hmac->macType != WC_HASH_TYPE_NONE) {
324 hmac->macType = (byte)type;
343 switch (hmac->macType) {
558 if (IntelQaHmacGetType(hmac->macType, NULL) == 0)
591 switch (hmac->macType) {
692 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) {
706 switch (hmac->macType) {
791 int hashLen = wc_HmacSizeByType(hmac->macType);
812 switch (hmac->macType) {
1007 hmac->macType = WC_HASH_TYPE_NONE;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dhmac.c318 if (hmac->macType != WC_HASH_TYPE_NONE) { in wc_HmacSetKey()
324 hmac->macType = (byte)type; in wc_HmacSetKey()
343 switch (hmac->macType) { in wc_HmacSetKey()
558 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) in wc_HmacSetKey()
591 switch (hmac->macType) { in HmacKeyInnerHash()
692 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) { in wc_HmacUpdate()
706 switch (hmac->macType) { in wc_HmacUpdate()
791 int hashLen = wc_HmacSizeByType(hmac->macType); in wc_HmacFinal()
812 switch (hmac->macType) { in wc_HmacFinal()
1007 hmac->macType = WC_HASH_TYPE_NONE; in wc_HmacInit()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dhmac.c318 if (hmac->macType != WC_HASH_TYPE_NONE) { in wc_HmacSetKey()
324 hmac->macType = (byte)type; in wc_HmacSetKey()
343 switch (hmac->macType) { in wc_HmacSetKey()
558 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) in wc_HmacSetKey()
591 switch (hmac->macType) { in HmacKeyInnerHash()
692 if (IntelQaHmacGetType(hmac->macType, NULL) == 0) { in wc_HmacUpdate()
706 switch (hmac->macType) { in wc_HmacUpdate()
791 int hashLen = wc_HmacSizeByType(hmac->macType); in wc_HmacFinal()
812 switch (hmac->macType) { in wc_HmacFinal()
1007 hmac->macType = WC_HASH_TYPE_NONE; in wc_HmacInit()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/net/
H A DFileFilter_as.hx41 var x1:FileFilter = new FileFilter("description", "extension", "macType");
62 if (Std.is(x1.macType, String)) {
63 DejaGnu.pass("FileFilter.macType property exists");
65 DejaGnu.fail("FileFilter.macType property doesn't exist");
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsign/libsrc/
H A Dsibrsapr.cc30 OFBool SiBaseRSAProfile::isAllowableMACType(E_MACType macType) const in isAllowableMACType()
33 switch (macType) in isAllowableMACType()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DgetOpenFile.pod104 typeName [extension ?extension ...?] ?[macType ?macType ...?]?
109 I<macType> is a four-character Macintosh file type. The list of
110 I<macType>s is optional and may be omitted for applications that do
123 belongs to at least one of the I<macType>(s) of the
126 belong to the I<macType> B<TEXT>. To use the OR rule instead,
128 the other with the I<macType> only. The B<GIF Files> file type
130 extension OR belong to the I<macType> B<GIFF>.
134 the file pattern. The I<macType>s are ignored.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/public/
H A DnsIMsgAttachment.idl71 * @you need to specify extra information, use contentTypeParam, charset, macType or macCreator.
79 …* @Specify the any content-type parameter (other than the content-type itself, charset, macType or…
106 * macType attribute
112 attribute string macType;
/dports/x11-toolkits/tk85/tk8.5.19/library/
H A Dcomdlg.tcl275 foreach macType [lindex $t 2] {
276 if {[string length $macType] != 4} {
277 error "bad Macintosh file type \"$macType\""
/dports/x11-toolkits/tk87/tk8.7a5/library/
H A Dcomdlg.tcl286 foreach macType [lindex $t 2] {
287 if {[string length $macType] != 4} {
289 "bad Macintosh file type \"$macType\""
/dports/x11-toolkits/tk86/tk8.6.12/library/
H A Dcomdlg.tcl286 foreach macType [lindex $t 2] {
287 if {[string length $macType] != 4} {
289 "bad Macintosh file type \"$macType\""
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/kcapi/
H A Dkcapi_hmac.c183 hmac->macType = type; in HmacSetKey()
213 switch (hmac->macType) { in HmacUpdate()
262 switch (hmac->macType) { in HmacFinal()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/kcapi/
H A Dkcapi_hmac.c183 hmac->macType = type; in HmacSetKey()
213 switch (hmac->macType) { in HmacUpdate()
262 switch (hmac->macType) { in HmacFinal()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/kcapi/
H A Dkcapi_hmac.c183 hmac->macType = type; in HmacSetKey()
213 switch (hmac->macType) { in HmacUpdate()
262 switch (hmac->macType) { in HmacFinal()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/kcapi/
H A Dkcapi_hmac.c183 hmac->macType = type; in HmacSetKey()
213 switch (hmac->macType) { in HmacUpdate()
262 switch (hmac->macType) { in HmacFinal()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/kcapi/
H A Dkcapi_hmac.c183 hmac->macType = type; in HmacSetKey()
213 switch (hmac->macType) { in HmacUpdate()
262 switch (hmac->macType) { in HmacFinal()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsign/include/dcmtk/dcmsign/
H A Dsimac.h76 virtual E_MACType macType() const = 0;
H A Dsimd5.h79 virtual E_MACType macType() const;

123456