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.h79 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() argument
101 OPENSSL_INLINE int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key() argument
/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/ltp/testcases/kernel/security/integrity/ima/tests/
DREADME.md48 # 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
/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@