Searched refs:rksz (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/lofiadm/ |
H A D | main.c | 376 mech_alias_t *cipher, const char *rkey, size_t rksz, boolean_t rdonly) in add_mapping() argument 388 if (rksz > sizeof (li.li_key)) { in add_mapping() 391 bcopy(rkey, li.li_key, rksz); in add_mapping() 392 li.li_key_len = rksz << 3; /* convert to bits */ in add_mapping() 1015 size_t rksz; in getkeyfromtoken() local 1107 rv = pkcs11_ObjectToKey(sess, obj, (void **)&rkey, &rksz, in getkeyfromtoken() 1115 getkeyfromfile(keyfile, cipher, &rkey, &rksz); in getkeyfromtoken() 1127 rksz, key_tmpl, 2, &rawobj); in getkeyfromtoken() 1133 rv = pkcs11_ObjectToKey(sess, rawobj, (void **)&rkey, &rksz, in getkeyfromtoken() 1143 if (rksz < cipher->min_keysize || cipher->max_keysize < rksz) { in getkeyfromtoken() [all …]
|