Searched refs:pk12cred (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
H A D | ksslutil.c | 48 KMF_CREDENTIAL pk12cred; in PKCS12_get_rsa_key_certs() local 64 pk12cred.cred = password_buf; in PKCS12_get_rsa_key_certs() 65 pk12cred.credlen = strlen(password_buf); in PKCS12_get_rsa_key_certs() 67 rv = kmf_import_objects(kmfh, (char *)filename, &pk12cred, &tcerts, in PKCS12_get_rsa_key_certs()
|
/titanic_44/usr/src/cmd/cmd-crypto/pktool/ |
H A D | import.c | 819 KMF_CREDENTIAL pk12cred = { NULL, 0 }; in pk_import() local 1068 (void) get_pk12_password(&pk12cred); in pk_import() 1087 kmfhandle, &pk12cred, in pk_import() 1120 kmfhandle, &pk12cred, in pk_import() 1138 kmfhandle, &pk12cred, in pk_import() 1165 if (pk12cred.cred != NULL) in pk_import() 1166 free(pk12cred.cred); in pk_import()
|