Searched refs:rksz (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/lofiadm/ |
H A D | main.c | 438 mech_alias_t *cipher, const char *rkey, size_t rksz, boolean_t rdonly, in add_mapping() argument 453 if (rksz > sizeof (li.li_key)) { in add_mapping() 456 bcopy(rkey, li.li_key, rksz); in add_mapping() 457 li.li_key_len = rksz << 3; /* convert to bits */ in add_mapping() 1096 size_t rksz; in getkeyfromtoken() local 1188 rv = pkcs11_ObjectToKey(sess, obj, (void **)&rkey, &rksz, in getkeyfromtoken() 1196 getkeyfromfile(keyfile, cipher, &rkey, &rksz); in getkeyfromtoken() 1208 rksz, key_tmpl, 2, &rawobj); in getkeyfromtoken() 1214 rv = pkcs11_ObjectToKey(sess, rawobj, (void **)&rkey, &rksz, in getkeyfromtoken() 1224 if (rksz < cipher->min_keysize || cipher->max_keysize < rksz) { in getkeyfromtoken() [all …]
|