• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Security-57031.1.35/Security/include/security_keychain/

Lines Matching defs:passphrase

120 	 * When true, passphrase for import/export is obtained by user prompt
121 * instead of by caller-supplied data (SecKeyImportExportParameters.passphrase).
122 * This is the preferred method for obtaining a user-supplied passphrase
123 * as it avoids having the cleartext passphrase appear in the app's
151 CFTypeRef passphrase; /* kSecFormatPKCS12, kSecFormatWrapped*
154 CFStringRef alertTitle; /* title of secure passphrase alert panel */
155 CFStringRef alertPrompt; /* prompt in secure passphrase alert panel */
171 CFTypeRef passphrase; /* kSecFormatPKCS12, kSecFormatWrapped*
174 CFStringRef alertTitle; /* title of secure passphrase alert panel */
175 CFStringRef alertPrompt; /* prompt in secure passphrase alert panel */
226 * either explicitly specify the passphrase field or set
230 * specify strings for the passphrase panel's title bar and for
234 * If an explicit passphrase is specified, note that PKCS12
236 * passing in a CFStringRef as the passphrase is the safest way
239 * is supplied as the passphrase for a PKCS12 export operation,
286 * either explicitly specify the passphrase field or set
290 * specify strings for the passphrase panel's title bar and for
294 * If an explicit passphrase is specified, note that PKCS12
296 * passing in a CFStringRef as the passphrase is the safest way
299 * is supplied as the passphrase for a PKCS12 export operation,
437 * either explicitly specify the passphrase field or set
441 * specify strings for the passphrase panel's title bar and for
445 * If an explicit passphrase is specified, note that PKCS12
447 * passing in a CFStringRef as the passphrase is the safest way
450 * is supplied as the passphrase for a PKCS12 export operation,
607 * either explicitly specify the passphrase field or set
611 * specify strings for the passphrase panel's title bar and for
615 * If an explicit passphrase is specified, note that PKCS12
617 * passing in a CFStringRef as the passphrase is the safest way
620 * is supplied as the passphrase for a PKCS12 export operation,
643 @constant kSecImportExportPassphrase Specifies a passphrase represented by a CFStringRef to be used when exporting to (or importing from) PKCS#12 format.