Searched defs:keylabel (Results 1 - 3 of 3) 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/include/
H A Dkmftypes.h228 char *keylabel; member in struct:__anon1862

Completed in 40 milliseconds