Home
last modified time | relevance | path

Searched refs:cryptedData (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceChnnlsv.cpp419 memcpy(ctx2.cryptedData, data, 16); in sceSdCreateList_()
421 memxor(ctx2.cryptedData, cryptkey, 16); in sceSdCreateList_()
458 memcpy(ctx2.cryptedData, kirkData, 16); in sceSdCreateList_()
461 memxor(ctx2.cryptedData, cryptkey, 16); in sceSdCreateList_()
497 int res = sub_0000(kirkData, data + i, 2048, ctx.cryptedData, ctx_unkn, ctx.mode); in sceSdSetMember_()
509 int res = sub_0000(kirkData, data + i, alignedLen, ctx.cryptedData, ctx_unkn, ctx.mode); in sceSdSetMember_()
527 memset(ctx.cryptedData, 0, 16); in sceChnnlsv_21BE78B4_()
H A DsceChnnlsv.h34 u8 cryptedData[0x92];
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceChnnlsv.cpp419 memcpy(ctx2.cryptedData, data, 16); in sceSdCreateList_()
421 memxor(ctx2.cryptedData, cryptkey, 16); in sceSdCreateList_()
458 memcpy(ctx2.cryptedData, kirkData, 16); in sceSdCreateList_()
461 memxor(ctx2.cryptedData, cryptkey, 16); in sceSdCreateList_()
497 int res = sub_0000(kirkData, data + i, 2048, ctx.cryptedData, ctx_unkn, ctx.mode); in sceSdSetMember_()
509 int res = sub_0000(kirkData, data + i, alignedLen, ctx.cryptedData, ctx_unkn, ctx.mode); in sceSdSetMember_()
527 memset(ctx.cryptedData, 0, 16); in sceChnnlsv_21BE78B4_()
H A DsceChnnlsv.h34 u8 cryptedData[0x92]; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceChnnlsv.cpp419 memcpy(ctx2.cryptedData, data, 16); in sceSdCreateList_()
421 memxor(ctx2.cryptedData, cryptkey, 16); in sceSdCreateList_()
458 memcpy(ctx2.cryptedData, kirkData, 16); in sceSdCreateList_()
461 memxor(ctx2.cryptedData, cryptkey, 16); in sceSdCreateList_()
497 int res = sub_0000(kirkData, data + i, 2048, ctx.cryptedData, ctx_unkn, ctx.mode); in sceSdSetMember_()
509 int res = sub_0000(kirkData, data + i, alignedLen, ctx.cryptedData, ctx_unkn, ctx.mode); in sceSdSetMember_()
527 memset(ctx.cryptedData, 0, 16); in sceChnnlsv_21BE78B4_()
H A DsceChnnlsv.h34 u8 cryptedData[0x92]; member
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DNSString+Crypto.m193 NSData* cryptedData;
211 cryptedData = [self dataUsingEncoding: NSUTF8StringEncoding];
212 cryptedData = [cryptedData asCryptedPassUsingScheme: passwordScheme
217 if (cryptedData == nil)
223 return [NSData encodeDataAsHexString: cryptedData];
228 …NSString *s = [[NSString alloc] initWithData: [cryptedData dataByEncodingBase64WithLineLength: 102…
234 return [[[NSString alloc] initWithData: cryptedData encoding: NSUTF8StringEncoding] autorelease];
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DNSString+Crypto.m193 NSData* cryptedData;
211 cryptedData = [self dataUsingEncoding: NSUTF8StringEncoding];
212 cryptedData = [cryptedData asCryptedPassUsingScheme: passwordScheme
217 if (cryptedData == nil)
223 return [NSData encodeDataAsHexString: cryptedData];
228 …NSString *s = [[NSString alloc] initWithData: [cryptedData dataByEncodingBase64WithLineLength: 102…
234 return [[[NSString alloc] initWithData: cryptedData encoding: NSUTF8StringEncoding] autorelease];
/dports/www/sogo2/SOGo-2.4.1/SoObjects/SOGo/
H A DNSString+Crypto.m204 NSData* cryptedData;
222 cryptedData = [self dataUsingEncoding: NSUTF8StringEncoding];
223 cryptedData = [cryptedData asCryptedPassUsingScheme: passwordScheme withSalt: theSalt];
225 if (cryptedData == nil)
231 return [NSData encodeDataAsHexString: cryptedData];
236 …NSString *s = [[NSString alloc] initWithData: [cryptedData dataByEncodingBase64WithLineLength: 102…
242 return [[[NSString alloc] initWithData: cryptedData encoding: NSUTF8StringEncoding] autorelease];
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Dialog/
H A DSavedataParam.cpp422 u8* cryptedData = 0; in Save() local
435 cryptedData = new u8[aligned_len + 0x10]; in Save()
436 memcpy(cryptedData, data_, cryptedSize); in Save()
441 delete[] cryptedData; in Save()
449 delete[] cryptedData; in Save()
450 cryptedData = 0; in Save()
511 if(cryptedData != 0) in Save()
536 data_ = cryptedData; in Save()
546 delete[] cryptedData; in Save()
550 delete[] cryptedData; in Save()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Dialog/
H A DSavedataParam.cpp422 u8* cryptedData = 0; in Save() local
435 cryptedData = new u8[aligned_len + 0x10]; in Save()
436 memcpy(cryptedData, data_, cryptedSize); in Save()
441 delete[] cryptedData; in Save()
449 delete[] cryptedData; in Save()
450 cryptedData = 0; in Save()
511 if(cryptedData != 0) in Save()
536 data_ = cryptedData; in Save()
546 delete[] cryptedData; in Save()
550 delete[] cryptedData; in Save()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Dialog/
H A DSavedataParam.cpp422 u8* cryptedData = 0; in Save() local
435 cryptedData = new u8[aligned_len + 0x10]; in Save()
436 memcpy(cryptedData, data_, cryptedSize); in Save()
441 delete[] cryptedData; in Save()
449 delete[] cryptedData; in Save()
450 cryptedData = 0; in Save()
511 if(cryptedData != 0) in Save()
536 data_ = cryptedData; in Save()
546 delete[] cryptedData; in Save()
550 delete[] cryptedData; in Save()
[all …]