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

12

/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-64-ossl-cms.c167 isnt(privKey = SecKeyCreateRSAPrivateKey(NULL, privkey_der, privkey_der_len, kSecKeyEncodingPkcs1), NULL, "create private key");
H A Dsi-42-identity.c476 kSecKeyEncodingPkcs1), NULL, "create private key");
/macosx-10.10/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Dssl-utils.c51 require(pkey = SecKeyCreateRSAPrivateKey(kCFAllocatorDefault, pkey_der, pkey_der_len, kSecKeyEncodingPkcs1), errOut);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecImportExport.c94 kSecKeyEncodingPkcs1), out);
98 kSecKeyEncodingPkcs1), out);
H A DSecKeyPriv.h62 kSecKeyEncodingPkcs1 = 1, enumerator in enum:__anon5139
H A Dso_01_serverencryption.c98 SecKeyRef full_key = SecKeyCreateECPrivateKey(kCFAllocatorDefault, private_key_der, sizeof(private_key_der), kSecKeyEncodingPkcs1);
H A DSecRSAKey.c242 case kSecKeyEncodingPkcs1:
766 case kSecKeyEncodingPkcs1:
H A DSecECKey.c456 case kSecKeyEncodingPkcs1:
H A DSecKey.c392 keyData->Data, keyData->Length, kSecKeyEncodingPkcs1);
H A DSecCertificateRequest.c871 kSecKeyEncodingPkcs1), out);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drsa-sf.c124 SecKeyRef key = CreateMethod(NULL, keydata, keylength, kSecKeyEncodingPkcs1);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeyPriv.h60 kSecKeyEncodingPkcs1 = 1, enumerator in enum:__anon3790
346 that key. Supported encodings are kSecKeyEncodingPkcs1. */
H A DSecKey.cpp2040 if(kSecKeyEncodingPkcs1 == encoding) {
H A DSecCertificateP.c4440 keyData->data, keyData->length, kSecKeyEncodingPkcs1);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeyPriv.h60 kSecKeyEncodingPkcs1 = 1, enumerator in enum:__anon4676
346 that key. Supported encodings are kSecKeyEncodingPkcs1. */
H A DSecKey.cpp2040 if(kSecKeyEncodingPkcs1 == encoding) {
H A DSecCertificateP.c4440 keyData->data, keyData->length, kSecKeyEncodingPkcs1);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeyPriv.h60 kSecKeyEncodingPkcs1 = 1, enumerator in enum:__anon4763
346 that key. Supported encodings are kSecKeyEncodingPkcs1. */
H A DSecKey.cpp2040 if(kSecKeyEncodingPkcs1 == encoding) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-utils.c48 require(pkey = SecKeyCreateRSAPrivateKey(kCFAllocatorDefault, pkey_der, pkey_der_len, kSecKeyEncodingPkcs1), errOut);
H A Dssl-40-clientauth.c316 kSecKeyEncodingPkcs1);
359 kSecKeyEncodingPkcs1);
H A Dssl-39-echo.c382 pkey_der, pkey_der_len, kSecKeyEncodingPkcs1);
H A Dssl-41-clientauth.c314 kSecKeyEncodingPkcs1);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DCryptoSupport.c455 return (SecKeyCreateRSAPublicKey(NULL, asn1, index, kSecKeyEncodingPkcs1));
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dspc.c349 device_key, device_key_len, kSecKeyEncodingPkcs1);

Completed in 466 milliseconds

12