Searched refs:sunw_set_fname (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | p12lib.h | 229 int sunw_set_fname(const char *, EVP_PKEY *, X509 *);
|
H A D | keystore.c | 565 if (sunw_set_fname(fname, NULL, cacert) != 0) { 790 if (sunw_set_fname(alias, key, cert) != 0) {
|
H A D | p12lib.c | 113 { ERR_PACK(0, SUNW_F_SET_FNAME, 0), "sunw_set_fname" }, 1357 * sunw_set_fname() sets the friendlyName in a cert, a private key or 1375 sunw_set_fname(const char *ascname, EVP_PKEY *pkey, X509 *cert) function
|
Completed in 68 milliseconds