Searched refs:SecKeyGeneratePair (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-51-persistentEC.c44 ok_status(SecKeyGeneratePair(keygen_parameters, &public_key, &full_key), "generate EC Key Pair");
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecKey.h96 @enum Dictionary key constants for SecKeyGeneratePair API.
110 @function SecKeyGeneratePair
148 OSStatus SecKeyGeneratePair(CFDictionaryRef parameters, SecKeyRef *publicKey,
H A DSecOTRFullIdentity.c186 require_noerr(SecKeyGeneratePair(keygen_parameters, &tempSigningKey, &newID->privateSigningKey), out);
H A DSecKey.c286 OSStatus SecKeyGeneratePair(CFDictionaryRef parameters, function
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-50-iPhone-emulation.c48 OSStatus result = SecKeyGeneratePair(parameters, &publicKey, &privateKey);
62 result = SecKeyGeneratePair(parameters, &publicKey, &privateKey);
63 ok_status(result, "SecKeyGeneratePair");
109 OSStatus result = SecKeyGeneratePair(parameters, &publicKey, &privateKey);
206 OSStatus result = SecKeyGeneratePair(parameters, &encryptionKey, &decryptionKey);
H A Dkc-51-testSecItemFind.c3168 // %%% note that SecKeyGeneratePair will create the key pair in the default keychain
3170 OSStatus status = SecKeyGeneratePair(params, &publicKey, &privateKey);
3200 // Normally the desired access should be passed into the SecKeyGeneratePair function.
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-41-sececkey.c130 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
221 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
318 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
H A Dsi-62-csr.c84 ok_status(SecKeyGeneratePair(parameters, &phone_publicKey, &phone_privateKey), "generate key pair");
85 ok_status(SecKeyGeneratePair(parameters, &ca_publicKey, &ca_privateKey), "generate key pair");
H A Dsi-40-seckey.c186 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
375 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
H A Dsi-63-scep.c1147 ok_status(SecKeyGeneratePair(parameters, &ca_publicKey, &ca_privateKey), "gen key");
1153 ok_status(SecKeyGeneratePair(parameters, &scep_ra_publicKey, &scep_ra_privateKey), "generate ra key pair");
1169 ok_status(SecKeyGeneratePair(parameters, &phone_publicKey, &phone_privateKey), "generate phone key pair");
H A Dsi-66-smime.c2414 ok_status(SecKeyGeneratePair(parameters, &publicKey, &privateKey), "generate key pair");
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKey.h228 SecKeyGeneratePair API for usage information.
263 @discussion This API is deprecated for 10.7. Please use the SecKeyGeneratePair API instead.
429 @function SecKeyGeneratePair
466 OSStatus SecKeyGeneratePair(CFDictionaryRef parameters,
H A DSecKey.cpp768 SecKeyGeneratePair( function
1330 OSStatus status = SecKeyGeneratePair(parameters, &publicKey, &privateKey);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKey.h228 SecKeyGeneratePair API for usage information.
263 @discussion This API is deprecated for 10.7. Please use the SecKeyGeneratePair API instead.
429 @function SecKeyGeneratePair
466 OSStatus SecKeyGeneratePair(CFDictionaryRef parameters,
H A DSecKey.cpp768 SecKeyGeneratePair( function
1330 OSStatus status = SecKeyGeneratePair(parameters, &publicKey, &privateKey);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKey.h228 SecKeyGeneratePair API for usage information.
263 @discussion This API is deprecated for 10.7. Please use the SecKeyGeneratePair API instead.
429 @function SecKeyGeneratePair
466 OSStatus SecKeyGeneratePair(CFDictionaryRef parameters,
H A DSecKey.cpp768 SecKeyGeneratePair( function
1330 OSStatus status = SecKeyGeneratePair(parameters, &publicKey, &privateKey);
/macosx-10.10/Security-57031.1.35/Security/regressions/test/
H A Dtestcert.c171 return SecKeyGeneratePair(parameters, public_key, private_key);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/regressions/
H A Dkc-41-sececkey.c178 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
269 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
H A Dkc-40-seckey.c221 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
429 ok_status(status = SecKeyGeneratePair(kgp, &pubKey, &privKey),
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSAccountFullPeerInfo.c71 OSStatus status = SecKeyGeneratePair(keygen_parameters, NULL, &full_key);
H A DSOSInternal.c97 OSStatus result = SecKeyGeneratePair(keygen_parameters, public, full);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dscep.c366 require_noerr(SecKeyGeneratePair(keygen_parameters, &phone_publicKey, &phone_privateKey), out);
/macosx-10.10/cups-408/cups/cups/
H A Dtls-darwin.c115 err = SecKeyGeneratePair(keyParams, &publicKey, &privateKey);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/
H A Dcustom.mm4304 OSStatus gp_status = SecKeyGeneratePair((CFDictionaryRef)key_opts, &rsa_pub_key, &rsa_priv_key);
4319 gp_status = SecKeyGeneratePair((CFDictionaryRef)key_opts, &ecdsa_pub_key, &ecdsa_priv_key);
4344 gp_status = SecKeyGeneratePair((CFDictionaryRef)key_opts, &ecdsa_pub_key, &ecdsa_priv_key);

Completed in 192 milliseconds