Searched refs:inHeader (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducol_swp.cpp127 const UCATableHeader *inHeader=(const UCATableHeader *)inData; local
138 header.size=udata_readInt32(ds, inHeader->size);
139 } else if((length<(42*4) || length<(header.size=udata_readInt32(ds, inHeader->size)))) {
143 header.magic=ds->readUInt32(inHeader->magic);
146 inHeader->formatVersion[0]==3 /*&&
147 inHeader->formatVersion[1]>=0*/
152 if(inHeader->isBigEndian!=ds->inIsBigEndian || inHeader->charSetFamily!=ds->inCharset) {
169 const UCATableHeader *inHeader; local
187 inHeader
608 const InverseUCATableHeader *inHeader; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecFDERecoveryAsymmetricCrypto.h57 const FVPrivateKeyHeader *inHeader);
H A DSecFDERecoveryAsymmetricCrypto.cpp37 static CFDataRef decodePrivateKeyHeader(SecKeychainRef keychainName, const FVPrivateKeyHeader &inHeader);
55 CFDataRef SecFDERecoveryUnwrapCRSKWithPrivKey(SecKeychainRef keychain, const FVPrivateKeyHeader *inHeader) argument
62 result = decodePrivateKeyHeader(keychain, Required(inHeader));
121 CFDataRef decodePrivateKeyHeader(SecKeychainRef keychain, const FVPrivateKeyHeader &inHeader) argument
126 { 6 /* kSecKeyLabel */, inHeader.publicKeyHashSize, const_cast<uint8 *>(inHeader.publicKeyHash) }
159 const CssmData cipherBuf(const_cast<uint8 *>(inHeader.encryptedBlob), inHeader.encryptedBlobSize);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecFDERecoveryAsymmetricCrypto.h57 const FVPrivateKeyHeader *inHeader);
H A DSecFDERecoveryAsymmetricCrypto.cpp37 static CFDataRef decodePrivateKeyHeader(SecKeychainRef keychainName, const FVPrivateKeyHeader &inHeader);
55 CFDataRef SecFDERecoveryUnwrapCRSKWithPrivKey(SecKeychainRef keychain, const FVPrivateKeyHeader *inHeader) argument
62 result = decodePrivateKeyHeader(keychain, Required(inHeader));
121 CFDataRef decodePrivateKeyHeader(SecKeychainRef keychain, const FVPrivateKeyHeader &inHeader) argument
126 { 6 /* kSecKeyLabel */, inHeader.publicKeyHashSize, const_cast<uint8 *>(inHeader.publicKeyHash) }
159 const CssmData cipherBuf(const_cast<uint8 *>(inHeader.encryptedBlob), inHeader.encryptedBlobSize);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecFDERecoveryAsymmetricCrypto.h57 const FVPrivateKeyHeader *inHeader);
H A DSecFDERecoveryAsymmetricCrypto.cpp37 static CFDataRef decodePrivateKeyHeader(SecKeychainRef keychainName, const FVPrivateKeyHeader &inHeader);
55 CFDataRef SecFDERecoveryUnwrapCRSKWithPrivKey(SecKeychainRef keychain, const FVPrivateKeyHeader *inHeader) argument
62 result = decodePrivateKeyHeader(keychain, Required(inHeader));
121 CFDataRef decodePrivateKeyHeader(SecKeychainRef keychain, const FVPrivateKeyHeader &inHeader) argument
126 { 6 /* kSecKeyLabel */, inHeader.publicKeyHashSize, const_cast<uint8 *>(inHeader.publicKeyHash) }
159 const CssmData cipherBuf(const_cast<uint8 *>(inHeader.encryptedBlob), inHeader.encryptedBlobSize);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dudatatst.c1398 const void *inData, *inHeader; local
1434 inHeader=udata_getRawMemory(pData);
1435 headerLength=(int32_t)((const char *)inData-(const char *)inHeader);
1439 ds=udata_openSwapperForInputData(inHeader, headerLength,
1481 length=swapFn(ds, inHeader, -1, NULL, &errorCode);
1498 length2=swapFn(ds, inHeader, length, buffer, &errorCode);
1568 if(0!=uprv_memcmp(inHeader, buffer2, length)) {
1577 original=(const uint8_t *)inHeader;

Completed in 77 milliseconds