Home
last modified time | relevance | path

Searched refs:ext_prov (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/crypto/
H A Dspi.c86 crypto_provider_ext_info_t ext_prov; in crypto_provider_ext_info() local
96 if (mdb_vread(&ext_prov, sizeof (crypto_provider_ext_info_t), addr) in crypto_provider_ext_info()
101 bcopy(ext_prov.ei_label, scratch, CRYPTO_EXT_SIZE_LABEL); in crypto_provider_ext_info()
105 bcopy(ext_prov.ei_manufacturerID, scratch, CRYPTO_EXT_SIZE_MANUF); in crypto_provider_ext_info()
109 bcopy(ext_prov.ei_model, scratch, CRYPTO_EXT_SIZE_MODEL); in crypto_provider_ext_info()
113 bcopy(ext_prov.ei_serial_number, scratch, CRYPTO_EXT_SIZE_SERIAL); in crypto_provider_ext_info()
117 mdb_printf("ei_flags\t0x%x:\t<%lb>\n", ext_prov.ei_flags, in crypto_provider_ext_info()
118 ext_prov.ei_flags, extf_flags); in crypto_provider_ext_info()
120 ext_prov.ei_max_session_count); in crypto_provider_ext_info()
121 mdb_printf("ei_max_pin_len\t\t%lu\n", ext_prov.ei_max_pin_len); in crypto_provider_ext_info()
[all …]