Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/aes/
Dinternal.h74 int aes_hw_set_encrypt_key(const uint8_t *user_key, const int bits,
76 int aes_hw_set_decrypt_key(const uint8_t *user_key, const int bits,
91 OPENSSL_INLINE int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_encrypt_key() argument
96 OPENSSL_INLINE int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key() argument
/external/syzkaller/sys/linux/
Dkey.txt16 resource user_key[key]
20 …]], desc ptr[in, key_desc], payload buffer[in], paylen len[payload], keyring keyring[opt]) user_key
64 private user_key
65 prime user_key
66 base user_key
/external/openssh/regress/
Dcert-file.sh6 rm -f $OBJ/user_ca_key* $OBJ/user_key*
168 rm -f $OBJ/user_ca_key* $OBJ/user_key*
Dmultipubkey.sh6 rm -f $OBJ/authorized_keys_$USER $OBJ/user_ca_key* $OBJ/user_key*
Dlimit-keytype.sh6 rm -f $OBJ/authorized_keys_$USER $OBJ/user_ca_key* $OBJ/user_key*
DMakefile115 t9.out t9.out.pub testdata user_*key* user_ca* user_key*
/external/openssh/
Dssh-keygen.0420 $ ssh-keygen -s /path/to/ca_key -I key_id /path/to/user_key.pub
422 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.pub
443 $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub
DChangeLog7239 "host_key" and "user_key" for the respective key types. ok sthen@ deraadt@