Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_kcf.c109 strncpy_spacepad(uchar_t *s1, char *s2, int n) in strncpy_spacepad() function
130 strncpy_spacepad(ext_info->ei_manufacturerID, N2RNG_MANUFACTURER_ID, in ext_info()
134 strncpy_spacepad(ext_info->ei_model, "0", CRYPTO_EXT_SIZE_MODEL); in ext_info()
159 strncpy_spacepad(ext_info->ei_serial_number, in ext_info()
171 strncpy_spacepad(ext_info->ei_label, buf, CRYPTO_EXT_SIZE_LABEL); in ext_info()
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c2017 strncpy_spacepad(uchar_t *s1, char *s2, int n) in strncpy_spacepad() function
2037 strncpy_spacepad(ext_info->ei_manufacturerID, in tpmrng_ext_info()
2041 strncpy_spacepad(ext_info->ei_model, "0", in tpmrng_ext_info()
2043 strncpy_spacepad(ext_info->ei_serial_number, "0", in tpmrng_ext_info()
2065 strncpy_spacepad(ext_info->ei_label, buf, in tpmrng_ext_info()