Searched refs:mDsaKey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_DSA_signature.cpp250 assert(mDsaKey != NULL);
251 DSA_free(mDsaKey);
252 mDsaKey = NULL;
274 if(mDsaKey == NULL) {
277 if(mDsaKey->priv_key == NULL) {
282 DSA_SIG *dsaSig = DSA_do_sign((unsigned char *)data, (int)dataLen, mDsaKey);
313 if(mDsaKey == NULL) {
316 if(mDsaKey->pub_key == NULL) {
327 irtn = DSA_do_verify((unsigned char *)data, (int)dataLen, dsaSig, mDsaKey);
351 if(mDsaKey
[all...]
H A DRSA_DSA_signature.h91 mDsaKey(NULL),
128 DSA *mDsaKey; member in class:DSASigner
H A DRSA_DSA_keys.cpp373 : mDsaKey(dsaKey)
379 if(mDsaKey) {
380 DSA_free(mDsaKey);
381 mDsaKey = NULL;
428 dsaKeyPrivToPub(mDsaKey);
445 DSA *dsaToEncode = mDsaKey;
448 (mDsaKey->p == NULL) &&
457 dsaUpgrade->pub_key = BN_dup(mDsaKey->pub_key);
576 rPrivBinKey.mDsaKey = DSA_new();
577 if(rPrivBinKey.mDsaKey
[all...]
H A DRSA_DSA_keys.h156 DSA *mDsaKey; member in class:DSABinaryKey
H A DRSA_DSA_utils.cpp476 assert(dsaBinKey->mDsaKey != NULL);
477 dsaKey = dsaBinKey->mDsaKey;

Completed in 115 milliseconds