Searched refs:key_descrip (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | apps.c | 152 const char *key_descrip, int format); 847 const char *pass, ENGINE *e, const char *key_descrip) in load_key() argument 887 key_descrip, file); in load_key() 902 pkey = load_netscape_key(err, key, file, key_descrip, format); in load_key() 906 if (!load_pkcs12(err, key, key_descrip, in load_key() 919 BIO_printf(err,"unable to load %s\n", key_descrip); in load_key() 924 const char *pass, ENGINE *e, const char *key_descrip) in load_pubkey() argument 964 key_descrip, file); in load_pubkey() 979 pkey = load_netscape_key(err, key, file, key_descrip, format); in load_pubkey() 989 BIO_printf(err,"unable to load %s\n", key_descrip); in load_pubkey() [all …]
|
D | apps.h | 277 const char *pass, ENGINE *e, const char *key_descrip); 279 const char *pass, ENGINE *e, const char *key_descrip);
|