Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lofiadm/
H A Dmain.c375 mech_alias_t *cipher, const char *rkey, size_t rksz, boolean_t rdonly) in add_mapping() argument
387 if (rksz > sizeof (li.li_key)) { in add_mapping()
390 bcopy(rkey, li.li_key, rksz); in add_mapping()
391 li.li_key_len = rksz << 3; /* convert to bits */ in add_mapping()
1014 size_t rksz; in getkeyfromtoken() local
1106 rv = pkcs11_ObjectToKey(sess, obj, (void **)&rkey, &rksz, in getkeyfromtoken()
1114 getkeyfromfile(keyfile, cipher, &rkey, &rksz); in getkeyfromtoken()
1126 rksz, key_tmpl, 2, &rawobj); in getkeyfromtoken()
1132 rv = pkcs11_ObjectToKey(sess, rawobj, (void **)&rkey, &rksz, in getkeyfromtoken()
1142 if (rksz < cipher->min_keysize || cipher->max_keysize < rksz) { in getkeyfromtoken()
[all …]