Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c293 } else if (strncmp(buf, METASLOT_AUTO_KEY_MIGRATE, in parse_policylist()
294 sizeof (METASLOT_AUTO_KEY_MIGRATE) - 1) == 0) { in parse_policylist()
H A Dcryptoutil.h71 #define METASLOT_AUTO_KEY_MIGRATE "metaslot_auto_key_migrate=" macro
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c1434 if (strlcat(buf, METASLOT_AUTO_KEY_MIGRATE, BUFSIZ) >= BUFSIZ) { in uent2str()