Searched refs:user_key (Results 1 – 8 of 8) sorted by relevance
79 int aes_hw_set_encrypt_key(const uint8_t *user_key, const int bits,81 int aes_hw_set_decrypt_key(const uint8_t *user_key, const int bits,96 OPENSSL_INLINE int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_encrypt_key() argument101 OPENSSL_INLINE int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key() argument
6 rm -f $OBJ/user_ca_key* $OBJ/user_key*168 rm -f $OBJ/user_ca_key* $OBJ/user_key*
6 rm -f $OBJ/authorized_keys_$USER $OBJ/user_ca_key* $OBJ/user_key*
115 t9.out t9.out.pub testdata user_*key* user_ca* user_key*
48 # user_key=$(keyctl add user kmk-user "`dd if=/dev/urandom bs=1 count=32 2>/dev/null`" @u)49 # keyctl pipe "$user_key" > /etc/keys/kmk-user.blob
420 $ ssh-keygen -s /path/to/ca_key -I key_id /path/to/user_key.pub422 The resultant certificate will be placed in /path/to/user_key-cert.pub.433 $ ssh-keygen -s ca_key.pub -D libpkcs11.so -I key_id user_key.pub443 $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub
7239 "host_key" and "user_key" for the respective key types. ok sthen@ deraadt@