Home
last modified time | relevance | path

Searched refs:key_descrip (Results 1 – 2 of 2) sorted by relevance

/external/openssl/apps/
Dapps.c170 const char *key_descrip, int format);
860 const char *pass, ENGINE *e, const char *key_descrip) in load_key() argument
885 BIO_printf(err,"cannot load %s from engine\n",key_descrip); in load_key()
909 key_descrip, file); in load_key()
924 pkey = load_netscape_key(err, key, file, key_descrip, format); in load_key()
928 if (!load_pkcs12(err, key, key_descrip, in load_key()
949 BIO_printf(err,"unable to load %s\n", key_descrip); in load_key()
956 const char *pass, ENGINE *e, const char *key_descrip) in load_pubkey() argument
998 key_descrip, file); in load_pubkey()
1044 pkey = load_netscape_key(err, key, file, key_descrip, format); in load_pubkey()
[all …]
Dapps.h249 const char *pass, ENGINE *e, const char *key_descrip);
251 const char *pass, ENGINE *e, const char *key_descrip);