Searched refs:ei_label (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dspi.c101 bcopy(ext_prov.ei_label, scratch, CRYPTO_EXT_SIZE_LABEL);
103 mdb_printf("ei_label\t\t%s\n", scratch);
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_kcf.c173 strncpy_spacepad(ext_info->ei_label, buf, CRYPTO_EXT_SIZE_LABEL);
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c681 if (bcmp(s->toklabel, info.ei_label,
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h449 uchar_t ei_label[CRYPTO_EXT_SIZE_LABEL]; member in struct:crypto_provider_ext_info
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c788 if (memcmp_pad_max(ext_info->ei_label, CRYPTO_EXT_SIZE_LABEL,
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c2068 strncpy_spacepad(ext_info->ei_label, buf,
2069 sizeof (ext_info->ei_label));
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c4760 (void) sprintf((char *)ext_info->ei_label, "%s/%d %s",
4762 len = strlen((char *)ext_info->ei_label);
4763 (void) memset(ext_info->ei_label + len, ' ',
H A Ddprov.c8511 (void) memset(ext_info->ei_label, ' ', CRYPTO_EXT_SIZE_LABEL);
8513 bcopy("(not initialized)", ext_info->ei_label,
8516 bcopy(softc->ds_label, ext_info->ei_label,
H A Dcrypto.c1333 bcopy(ei->ei_label, STRUCT_FGET(pd, pd_label), CRYPTO_EXT_SIZE_LABEL);
1379 (void) memset(ei->ei_label, ' ', CRYPTO_EXT_SIZE_LABEL);

Completed in 95 milliseconds