Searched refs:keylabel (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c827 char *keylabel = NULL; local
873 keylabel = malloc(len + 1);
874 if (keylabel == NULL)
877 (void) memset(keylabel, 0, len + 1);
879 keylabel, NULL);
881 free(keylabel);
967 if (keylabel != NULL && strlen(keylabel)) {
969 keylabel);
970 (void) PK11_SetPublicKeyNickname(NSSpubkey, keylabel);
1916 char *keylabel = NULL; local
2150 char *keylabel = NULL; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1673 char *keylabel = NULL; local
1873 keylabel = kmf_get_attr_ptr(KMF_KEYLABEL_ATTR, attlist, numattr);
1874 if (keylabel != NULL && strlen(keylabel)) {
1875 SETATTR(labelattr, 0, CKA_LABEL, keylabel, strlen(keylabel));
1884 pubkey->keylabel = (char *)strdup(keylabel);
1885 if (pubkey->keylabel == NULL) {
1895 privkey->keylabel
3241 char *keylabel = NULL; local
3511 char *keylabel = NULL; local
3878 char *keylabel = NULL; local
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dkeyop.c134 if (key->keylabel != NULL)
135 free(key->keylabel);
H A Dgeneralop.c1353 if (key->keylabel)
1354 free(key->keylabel);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1724 if (pubkey->keylabel) {
1725 free(pubkey->keylabel);
1726 pubkey->keylabel = NULL;
1729 if (privkey->keylabel) {
1730 free(privkey->keylabel);
1731 privkey->keylabel = NULL;
1928 if (key->keylabel != NULL) {
1931 pkey = openssl_load_key(handle, key->keylabel);
1933 if (key->keylabel != NULL) {
1934 free(key->keylabel);
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h228 char *keylabel; member in struct:__anon1862

Completed in 54 milliseconds