Searched refs:crypto_key (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | crypto_cmds.h | 44 extern int crypto_key(uintptr_t addr, uint_t flags, int argc, \
|
H A D | common.c | 219 crypto_key(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in crypto_key() function
|
H A D | spi.c | 243 "print as crypto_key", crypto_key, NULL },
|
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | common.h | 329 typedef struct crypto_key { struct
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 7283 crypto_key_t crypto_key; local 7290 crypto_key.ck_format = CRYPTO_KEY_RAW; 7291 crypto_key.ck_data = sadb_key + 1; 7292 crypto_key.ck_length = sadb_key->sadb_key_bits; 7294 crypto_rc = crypto_key_check(&mech, &crypto_key);
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 2358 STRUCT_DECL(crypto_key, key); in copyin_key()
|