Home
last modified time | relevance | path

Searched refs:BER_STRING_UTF8 (Results 1 – 13 of 13) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Ddnstring.c651 REQUIRES_EXT( ( stringTag >= BER_STRING_UTF8 && \ in get8bitStringType()
681 if( stringTag == BER_STRING_UTF8 && \ in get8bitStringType()
710 REQUIRES_EXT( ( stringTag >= BER_STRING_UTF8 && \ in getAsn1StringType()
798 return( get8bitStringType( string, stringLen, BER_STRING_UTF8 ) ); in getNativeStringType()
915 REQUIRES( stringTag >= BER_STRING_UTF8 && stringTag <= BER_STRING_BMP );
958 if( stringTag == BER_STRING_UTF8 )
1114 *asn1StringType = BER_STRING_UTF8; in IN_BUFFER()
H A Dext_rd.c103 BER_STRING_PRINTABLE, BER_STRING_T61, BER_STRING_UTF8, in getFieldTag()
1107 case BER_STRING_UTF8: in readAttributeField()
H A Ddn_rw.c179 stringTag != BER_STRING_BMP && stringTag != BER_STRING_UTF8 && \ in readRDNcomponent()
H A Dext_wr.c637 case BER_STRING_UTF8:
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs15_atrd.c396 tag == BER_STRING_UTF8 ) in readClassAttributes()
695 tag == BER_STRING_UTF8 ) in readObjectAttributes()
699 &pkcs15infoPtr->labelLength, BER_STRING_UTF8 ); in readObjectAttributes()
H A Dpkcs15_atwr.c533 pkcs15infoPtr->labelLength, BER_STRING_UTF8 );
580 pkcs15infoPtr->labelLength, BER_STRING_UTF8 );
663 pkcs15infoPtr->labelLength, BER_STRING_UTF8 );
H A Dca_misc.c331 BER_STRING_UTF8 ); in updateCertErrorLog()
344 BER_STRING_UTF8 ); in updateCertErrorLog()
H A Dpkcs15_wr.c110 pkcs15infoPtr->labelLength, BER_STRING_UTF8 ); in writeDataItem()
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Duser.c442 BER_STRING_UTF8 ); in readIndexEntry()
508 userIndexPtr->userNameLength, BER_STRING_UTF8 ); in writeUserIndexEntry()
597 BER_STRING_UTF8 ); in readUserData()
638 BER_STRING_UTF8 ); in writeUserData()
H A Duser_rw.c98 status = readGenericHole( stream, &length, 1, BER_STRING_UTF8 ); in readConfigOption()
231 BER_STRING_UTF8 ); in writeConfigData()
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dasn1_wr.c373 REQUIRES_S( ( tag >= BER_STRING_UTF8 && tag <= BER_STRING_BMP ) || \ in writeCharacterString()
H A Dasn1_chk.c540 case BER_STRING_UTF8:
H A Dasn1.h71 #define BER_STRING_UTF8 ( BER_UNIVERSAL | BER_PRIMITIVE | BER_ID_STRING_UTF8 ) macro