Searched refs:blobFormat (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmkey.h58 CSSM_KEYBLOB_FORMAT blobFormat() const { return Format; } function in class:Security::CssmKey::Header
59 void blobFormat(CSSM_KEYBLOB_FORMAT blobFormat) { Format = blobFormat; } argument
98 CSSM_KEYBLOB_FORMAT blobFormat() const { return header().blobFormat(); } function in class:Security::CssmKey
99 void blobFormat(CSSM_KEYBLOB_FORMAT blobFormat) { header().blobFormat(blobFormat); } argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmkey.h58 CSSM_KEYBLOB_FORMAT blobFormat() const { return Format; } function in class:Security::CssmKey::Header
59 void blobFormat(CSSM_KEYBLOB_FORMAT blobFormat) { Format = blobFormat; } argument
98 CSSM_KEYBLOB_FORMAT blobFormat() const { return header().blobFormat(); } function in class:Security::CssmKey
99 void blobFormat(CSSM_KEYBLOB_FORMAT blobFormat) { header().blobFormat(blobFormat); } argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbsafeContext.cpp191 assert(key.blobFormat() ==
251 switch (key.blobFormat()) {
285 if(expectedFormat != key.blobFormat()) {
287 (int)key.blobFormat());
H A DbsafeKeyGen.cpp382 if(mKey.blobFormat() !=
394 if(mKey.blobFormat() !=
416 if(mKey.blobFormat() !=
H A DwrapKey.cpp256 rawFormat = UnwrappedKey.blobFormat();
502 CSSM_KEYBLOB_FORMAT wrapFormat = WrappedKey.blobFormat();
H A DAppleCSPContext.cpp61 if(key.blobFormat() != CSSM_KEYBLOB_RAW_FORMAT_OCTET_STRING) {
H A DFEEKeys.cpp442 (mKey.blobFormat() == CSSM_KEYBLOB_RAW_FORMAT_NONE) &&
H A DDH_keys.cpp395 if(mKey.blobFormat() == CSSM_KEYBLOB_RAW_FORMAT_PKCS3) {
H A DRSA_DSA_keys.cpp341 if(mKey.blobFormat() == CSSM_KEYBLOB_RAW_FORMAT_PKCS1) {
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtempdatabase.cpp138 rawKey.blobFormat(CSSM_KEYBLOB_WRAPPED_FORMAT_NONE);
H A Ddbcrypto.cpp374 blob->wrappedHeader.blobFormat = wrappedKey.blobFormat();
416 wrappedKey.blobFormat(blob->wrappedHeader.blobFormat);
H A Ddatabase.cpp235 hdr.blobFormat(CSSM_KEYBLOB_RAW_FORMAT_OCTET_STRING);
H A Dkcdatabase.cpp590 hdr.blobFormat(CSSM_KEYBLOB_RAW_FORMAT_OCTET_STRING);
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dssblob.h165 Endian<CSSM_KEYBLOB_FORMAT> blobFormat; member in struct:Security::SecurityServer::KeyBlob::WrappedFields
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssblob.h165 Endian<CSSM_KEYBLOB_FORMAT> blobFormat; member in struct:Security::SecurityServer::KeyBlob::WrappedFields
/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestblobs.cpp273 assert(header.blobFormat() == decodedHeader.blobFormat());
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/rsatool/
H A Drsatool.c87 CSSM_KEYBLOB_FORMAT blobFormat,
110 if(blobFormat != CSSM_KEYBLOB_WRAPPED_FORMAT_NONE) {
131 attr.Attribute.Uint32 = blobFormat;
85 nullWrapKey(CSSM_CSP_HANDLE cspHand, const CSSM_KEY *refKey, CSSM_KEYBLOB_FORMAT blobFormat, CSSM_KEY_PTR rawKey) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c2063 CFStringRef blobFormat = SecFrameworkCopyLocalizedString( local
2069 blobFormat, blobType, blob->length, quanta, hex);
2071 CFRelease(blobFormat);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c2063 CFStringRef blobFormat = SecFrameworkCopyLocalizedString( local
2069 blobFormat, blobType, blob->length, quanta, hex);
2071 CFRelease(blobFormat);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c2063 CFStringRef blobFormat = SecFrameworkCopyLocalizedString( local
2069 blobFormat, blobType, blob->length, quanta, hex);
2071 CFRelease(blobFormat);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c2175 CFStringRef blobFormat = SecCopyCertString(SEC_BLOB_KEY); local
2178 blobFormat, localizedBlobType, blob->length, localizedQuanta, hex);
2180 CFRelease(blobFormat);

Completed in 498 milliseconds