6082N/A * Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved. 2209N/A * Redistribution and use in source and binary forms, with or without 2209N/A * modification, are permitted provided that the following conditions 2209N/A * 1. Redistributions of source code must retain the above copyright 2209N/A * notice, this list of conditions and the following disclaimer. 2209N/A * 2. Redistributions in binary form must reproduce the above copyright 2209N/A * notice, this list of conditions and the following disclaimer in 2209N/A * the documentation and/or other materials provided with the 2209N/A * 3. All advertising materials mentioning features or use of this 2209N/A * software must display the following acknowledgment: 2209N/A * "This product includes software developed by the OpenSSL Project 2209N/A * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 2209N/A * endorse or promote products derived from this software without 2209N/A * prior written permission. For written permission, please contact 2209N/A * 5. Products derived from this software may not be called "OpenSSL" 2209N/A * nor may "OpenSSL" appear in their names without prior written 2209N/A * permission of the OpenSSL Project. 2209N/A * 6. Redistributions of any form whatsoever must retain the following 2209N/A * "This product includes software developed by the OpenSSL Project 2209N/A * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 2209N/A * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2209N/A * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2209N/A * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 2209N/A * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2209N/A * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 2209N/A * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 2209N/A * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2209N/A * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 2209N/A * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 2209N/A * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 2209N/A * OF THE POSSIBILITY OF SUCH DAMAGE. 2209N/A/* PKCS#11 URI related prefixes and attributes. */ 6351N/A/* OLD PKCS#11 URI supported by OpenSSL pkcs11 engine */ 6351N/A/* Use buitin passphrase dialog as a PIN source */ 2209N/A * That's what getpassphrase(3c) supports.