Searched refs:keyParams (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | tls-darwin.c | 195 CFMutableDictionaryRef keyParams = NULL; in cupsMakeServerCredentials() 229 …keyParams = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCF… in cupsMakeServerCredentials() 230 if (!keyParams) in cupsMakeServerCredentials() 236 CFDictionaryAddValue(keyParams, kSecAttrKeyType, kSecAttrKeyTypeRSA); in cupsMakeServerCredentials() 237 CFDictionaryAddValue(keyParams, kSecAttrKeySizeInBits, CFSTR("2048")); in cupsMakeServerCredentials() 238 CFDictionaryAddValue(keyParams, kSecAttrLabel, cfcommon_name); in cupsMakeServerCredentials() 240 err = SecKeyGeneratePair(keyParams, &publicKey, &privateKey); in cupsMakeServerCredentials() 327 if (keyParams) in cupsMakeServerCredentials() 328 CFRelease(keyParams); in cupsMakeServerCredentials()
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | dm_flags.go | 19 func keyParams(parts map[string]string) []string { func 131 keys := keyParams(b.parts)
|
/external/curl/lib/vtls/ |
D | sectransp.c | 1192 SecItemImportExportKeyParameters keyParams; in CopyIdentityFromPKCS12File() local 1196 memset(&keyParams, 0x00, sizeof(keyParams)); in CopyIdentityFromPKCS12File() 1197 keyParams.version = SEC_KEY_IMPORT_EXPORT_PARAMS_VERSION; in CopyIdentityFromPKCS12File() 1198 keyParams.passphrase = password; in CopyIdentityFromPKCS12File() 1201 0, &keyParams, NULL, &items); in CopyIdentityFromPKCS12File()
|