Searched refs:RSAKeyInfoProvider (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_DSA_keys.h118 class RSAKeyInfoProvider : public CSPKeyInfoProvider class in inherits:CSPKeyInfoProvider
121 RSAKeyInfoProvider(
129 ~RSAKeyInfoProvider() { }
H A DRSA_DSA_keys.cpp252 RSAKeyInfoProvider::RSAKeyInfoProvider( function in class:RSAKeyInfoProvider
259 CSPKeyInfoProvider *RSAKeyInfoProvider::provider(
278 return new RSAKeyInfoProvider(cssmKey, session);
282 void RSAKeyInfoProvider::CssmKeyToBinary(
306 void RSAKeyInfoProvider::QueryKeySizeInBits(
328 bool RSAKeyInfoProvider::getHashableBlob(
H A DAppleCSP.cpp632 provider = RSAKeyInfoProvider::provider(key, *this);

Completed in 125 milliseconds