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

/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcryptohi.c327 CSSM_CSP_HANDLE pkCsp, bkCsp; local
339 rv = SecKeyGetCSPHandle(bulkkey, &bkCsp);
349 /* We need to get the publickey out of it's pkCsp and into the bkCsp so we can operate with it. */
371 /* Make a NULL unwrap symmetric context to import the public key into bkCsp. */
372 rv = CSSM_CSP_CreateSymmetricContext(bkCsp,
390 rv = CSSM_CSP_CreateAsymmetricContext(bkCsp,
440 CSSM_FreeKey(bkCsp, NULL /* credentials */, &wrappedKey, FALSE);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcryptohi.c327 CSSM_CSP_HANDLE pkCsp, bkCsp; local
339 rv = SecKeyGetCSPHandle(bulkkey, &bkCsp);
349 /* We need to get the publickey out of it's pkCsp and into the bkCsp so we can operate with it. */
371 /* Make a NULL unwrap symmetric context to import the public key into bkCsp. */
372 rv = CSSM_CSP_CreateSymmetricContext(bkCsp,
390 rv = CSSM_CSP_CreateAsymmetricContext(bkCsp,
440 CSSM_FreeKey(bkCsp, NULL /* credentials */, &wrappedKey, FALSE);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcryptohi.c327 CSSM_CSP_HANDLE pkCsp, bkCsp; local
339 rv = SecKeyGetCSPHandle(bulkkey, &bkCsp);
349 /* We need to get the publickey out of it's pkCsp and into the bkCsp so we can operate with it. */
371 /* Make a NULL unwrap symmetric context to import the public key into bkCsp. */
372 rv = CSSM_CSP_CreateSymmetricContext(bkCsp,
390 rv = CSSM_CSP_CreateAsymmetricContext(bkCsp,
440 CSSM_FreeKey(bkCsp, NULL /* credentials */, &wrappedKey, FALSE);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcryptohi.c327 CSSM_CSP_HANDLE pkCsp, bkCsp; local
339 rv = SecKeyGetCSPHandle(bulkkey, &bkCsp);
349 /* We need to get the publickey out of it's pkCsp and into the bkCsp so we can operate with it. */
371 /* Make a NULL unwrap symmetric context to import the public key into bkCsp. */
372 rv = CSSM_CSP_CreateSymmetricContext(bkCsp,
390 rv = CSSM_CSP_CreateAsymmetricContext(bkCsp,
440 CSSM_FreeKey(bkCsp, NULL /* credentials */, &wrappedKey, FALSE);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcryptohi.c327 CSSM_CSP_HANDLE pkCsp, bkCsp; local
339 rv = SecKeyGetCSPHandle(bulkkey, &bkCsp);
349 /* We need to get the publickey out of it's pkCsp and into the bkCsp so we can operate with it. */
371 /* Make a NULL unwrap symmetric context to import the public key into bkCsp. */
372 rv = CSSM_CSP_CreateSymmetricContext(bkCsp,
390 rv = CSSM_CSP_CreateAsymmetricContext(bkCsp,
440 CSSM_FreeKey(bkCsp, NULL /* credentials */, &wrappedKey, FALSE);

Completed in 105 milliseconds