Searched refs:keyStr (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymCFB.c37 char *keyStr;
46 keyStr = "00000000000000000000000000000000";
56 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
63 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
70 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
74 keyStr = "f36f40aeb3e20c19440081919df4ecb9";
78 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
82 keyStr = "02f5f980a3c6af2984c9eed684f5224f";
86 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
90 keyStr
[all...]
H A DCommonCryptoSymGCM.c47 char *keyStr;
62 keyStr = "00000000000000000000000000000000";
69 retval = CCCryptorGCMTestCase(keyStr, iv, adata, tag, alg, cipherText, plainText);
74 retval = CCCryptorGCMDiscreetTestCase(keyStr, iv, adata, tag, alg, cipherText, plainText);
81 keyStr = "00000000000000000000000000000000";
88 retval = CCCryptorGCMTestCase(keyStr, iv, adata, tag, alg, cipherText, plainText);
91 retval = CCCryptorGCMDiscreetTestCase(keyStr, iv, adata, tag, alg, cipherText, plainText);
97 keyStr = "feffe9928665731c6d6a8f9467308308";
104 retval = CCCryptorGCMTestCase(keyStr, iv, adata, tag, alg, cipherText, plainText);
107 retval = CCCryptorGCMDiscreetTestCase(keyStr, i
[all...]
H A DCommonCryptoSymCBC.c43 char *keyStr;
52 keyStr = "000102030405060708090a0b0c0d0e0f";
63 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
66 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
73 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
76 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
83 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
86 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
93 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
96 retval = CCMultiCryptTestCase(keyStr, i
[all...]
H A DCommonCryptoSymRC2.c49 char *keyStr;
66 keyStr = "0000000000000000";
69 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
72 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
78 keyStr = "ffffffffffffffff";
81 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
84 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
90 keyStr = "3000000000000000";
93 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
96 retval = CCMultiCryptTestCase(keyStr, i
[all...]
H A DCommonCryptoSymZeroLength.c17 char *keyStr;
27 keyStr = "000102030405060708090a0b0c0d0e0f";
33 retval = CCCryptTestCase(keyStr, iv, kCCAlgorithmAES128, kCCOptionPKCS7Padding, cipherText, plainText);
41 retval = CCCryptTestCase(keyStr, iv, kCCAlgorithmAES128, kCCOptionPKCS7Padding, cipherText, plainText);
47 keyStr = "000102030405060708090a0b0c0d0e0f";
53 retval = CCCryptTestCase(keyStr, iv, kCCAlgorithmAES128, kCCOptionPKCS7Padding, cipherText, plainText);
61 retval = CCCryptTestCase(keyStr, iv, kCCAlgorithmAES128, kCCOptionPKCS7Padding, cipherText, plainText);
H A DCommonCryptoSymOFB.c37 char *keyStr;
46 keyStr = "000102030405060708090a0b0c0d0e0f";
57 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
64 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
71 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
76 keyStr = "0000000000000000000000000000000000000000000000000000000000000000";
83 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
88 keyStr = "0000000000000000000000000000000000000000000000000000000000000000";
95 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
H A DCommonCryptoBlowfish.c39 char *keyStr;
47 keyStr = "FEDCBA9876543210FEDCBA9876543210";
56 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
H A DCommonCryptoCTSPadding.c42 char *keyStr;
53 keyStr = "636869636b656e207465726979616b69";
65 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
73 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
81 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
92 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
100 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
108 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
118 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
126 retval = CCModeTestCase(keyStr, i
[all...]
H A DCCCryptorTestFuncs.h43 CCCryptTestCase(char *keyStr, char *ivStr, CCAlgorithm alg, CCOptions options, char *cipherText, char *plainText);
47 CCMultiCryptTestCase(char *keyStr, char *ivStr, CCAlgorithm alg, CCOptions options, char *cipherText, char *plainText);
51 CCModeTestCase(char *keyStr, char *ivStr, CCMode mode, CCAlgorithm alg, CCPadding padding, char *cipherText, char *plainText);
55 CCMultiModeTestCase(char *keyStr, char *ivStr, CCMode mode, CCAlgorithm alg, CCPadding padding, char *cipherText, char *plainText);
58 CCCryptorGCMTestCase(char *keyStr, char *ivStr, char *aDataStr, char *tagStr, CCAlgorithm alg, char *cipherText, char *plainText);
60 CCCryptorGCMDiscreetTestCase(char *keyStr, char *ivStr, char *aDataStr, char *tagStr, CCAlgorithm alg, char *cipherText, char *plainText);
H A DCCCryptorTestFuncs.c206 CCCryptTestCase(char *keyStr, char *ivStr, CCAlgorithm alg, CCOptions options, char *cipherText, char *plainText) argument
218 key = hexStringToBytes(keyStr);
269 CCMultiCryptTestCase(char *keyStr, char *ivStr, CCAlgorithm alg, CCOptions options, char *cipherText, char *plainText) argument
281 key = hexStringToBytes(keyStr);
332 CCModeTestCase(char *keyStr, char *ivStr, CCMode mode, CCAlgorithm alg, CCPadding padding, char *cipherText, char *plainText) argument
344 key = hexStringToBytes(keyStr);
401 CCMultiModeTestCase(char *keyStr, char *ivStr, CCMode mode, CCAlgorithm alg, CCPadding padding, char *cipherText, char *plainText) argument
412 key = hexStringToBytes(keyStr);
536 CCCryptorGCMTestCase(char *keyStr, char *ivStr, char *aDataStr, char *tagStr, CCAlgorithm alg, char *cipherText, char *plainText) argument
552 key = hexStringToBytes(keyStr);
621 CCCryptorGCMDiscreetTestCase(char *keyStr, char *ivStr, char *aDataStr, char *tagStr, CCAlgorithm alg, char *cipherText, char *plainText) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclProfile.c24 char* keyStr = Tcl_DStringValue(key); local
27 hPtr = Tcl_FindHashEntry(table, keyStr);
30 hPtr = Tcl_CreateHashEntry(table, keyStr, &nw);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCP.c217 CFStringRef keyStr; local
224 keyStr = CFSTR("lock");
227 keyStr = CFSTR("commit");
230 keyStr = CFSTR("apply");
250 keyStr,
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DNSFEEPublicKey.m219 char *keyStr;
227 frtn = feePubKeyCreateKeyString(_pubKey, &keyStr, &keyStrLen);
233 result = [NSString stringWithCString:keyStr];
234 ffree((void *)keyStr);
H A DfeePublicKey.h131 const char *keyStr,
H A DfeePublicKey.c263 const char *keyStr,
270 blob = dec64((unsigned char *)keyStr, keyStrLen, &blobLen);
262 feePubKeyInitFromKeyString(feePubKey pubKey, const char *keyStr, unsigned keyStrLen) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DNSFEEPublicKey.m219 char *keyStr;
227 frtn = feePubKeyCreateKeyString(_pubKey, &keyStr, &keyStrLen);
233 result = [NSString stringWithCString:keyStr];
234 ffree((void *)keyStr);
H A DfeePublicKey.h131 const char *keyStr,
H A DfeePublicKey.c263 const char *keyStr,
270 blob = dec64((unsigned char *)keyStr, keyStrLen, &blobLen);
262 feePubKeyInitFromKeyString(feePubKey pubKey, const char *keyStr, unsigned keyStrLen) argument
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_bdbhpt_driver.c548 char *keyStr = NULL; local
558 key.data = keyStr = malloc((key.size + 1) * sizeof(char));
560 if (keyStr == NULL)
563 strcpy(keyStr, zone);
564 strcat(keyStr, " ");
565 strcat(keyStr, name);
602 if (keyStr != NULL)
603 free(keyStr);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecCertificateTrace.c524 CFStringRef keyStr = CFStringCreateWithFormat(NULL, NULL, local
541 result = SetCertificateTraceValueForKey(keyStr, 1);
543 secerror("%@.%@ (%d)", kCertStatsPrefix, keyStr, (result) ? 1 : 0);
545 CFReleaseSafe(keyStr);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecCertificateTrace.c524 CFStringRef keyStr = CFStringCreateWithFormat(NULL, NULL, local
541 result = SetCertificateTraceValueForKey(keyStr, 1);
543 secerror("%@.%@ (%d)", kCertStatsPrefix, keyStr, (result) ? 1 : 0);
545 CFReleaseSafe(keyStr);
/macosx-10.10.1/IOKitUser-1050.1.21/
H A Diodisplayregistry.c242 CFStringRef keyStr = (CFStringRef) key; local
248 CFSTR(" %@ = %@\n"), keyStr, valueStr);
/macosx-10.10.1/dtrace-147/cmd/
H A Ddtrace_1.c813 CFStringRef keyStr; local
824 keyStr = CFStringCreateWithCString(kCFAllocatorDefault, key, 0);
825 CFDictionarySetValue( dict, keyStr, data );
827 CFRelease( keyStr );

Completed in 179 milliseconds