HomeSort by relevance Sort by last modified time
    Searched defs:keyParams (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
tls-darwin.c 100 CFMutableDictionaryRef keyParams = NULL;
134 keyParams = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
135 if (!keyParams)
141 CFDictionaryAddValue(keyParams, kSecAttrKeyType, kSecAttrKeyTypeRSA);
142 CFDictionaryAddValue(keyParams, kSecAttrKeySizeInBits, CFSTR("2048"));
143 CFDictionaryAddValue(keyParams, kSecAttrLabel, cfcommon_name);
145 err = SecKeyGeneratePair(keyParams, &publicKey, &privateKey);
232 if (keyParams)
233 CFRelease(keyParams);
    [all...]
  /external/curl/lib/vtls/
sectransp.c     [all...]

Completed in 136 milliseconds