Searched refs:RSA_KEY (Results 1 – 8 of 8) sorted by relevance
/external/openssh/contrib/redhat/ |
D | sshd.init.old | 28 RSA_KEY=/etc/ssh/ssh_host_rsa_key 80 if [ ! -s $RSA_KEY ]; then 82 if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' >&/dev/null; then 83 chmod 600 $RSA_KEY 84 chmod 644 $RSA_KEY.pub
|
/external/openssh/ |
D | start-ssh | 9 RSA_KEY=/data/ssh/ssh_host_rsa_key 20 if [ ! -f $RSA_KEY ]; then 21 /system/bin/ssh-keygen -t rsa -f $RSA_KEY -N "" 22 chmod 600 /$RSA_KEY
|
/external/tpm2/ |
D | CpriRSA_fp.h | 14 RSA_KEY *key, // IN: the key to use for decryption 24 RSA_KEY *key, // IN: the key to use for encryption 47 RSA_KEY *key, // IN: key to use 62 RSA_KEY *key, // IN: key to use
|
D | CpriRSA.c | 33 RSA_KEY *key // IN: the key to augment with the private in RsaPrivateExponent() 262 RSA_KEY *key // IN: the key to use in RSAEP() 298 RSA_KEY *key // IN: the key in RSADP() 932 RSA_KEY *key, // IN: the key to use for encryption in _cpri__EncryptRSA() 1005 RSA_KEY *key, // IN: the key to use for decryption in _cpri__DecryptRSA() 1059 RSA_KEY *key, // IN: key to use in _cpri__SignRSA() 1113 RSA_KEY *key, // IN: key to use in _cpri__ValidateSignatureRSA() 1355 TPM2B_TYPE(RSA_KEY, MAX_RSA_KEY_BYTES); in _cpri__GenerateKeyRSA()
|
D | CryptoEngine.h | 183 } RSA_KEY; typedef
|
D | CryptUtil.c | 785 RSA_KEY *key in BuildRSA() 999 RSA_KEY key; in CryptDecryptRSA() 1077 RSA_KEY key; in CryptEncryptRSA() 1136 RSA_KEY key; in CryptSignRSA() 1187 RSA_KEY key; in CryptRSAVerifySignature()
|
D | RSAKeySieve.c | 912 TPM2B_TYPE(RSA_KEY, MAX_RSA_KEY_BYTES); in _cpri__GenerateKeyRSA()
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 22 RSA_KEY = '-i %s' % test_runner_utils.TEST_KEY_PATH variable 116 cmd.extend(['scp', telemetry_runner.DUT_SCP_OPTIONS, RSA_KEY, '-v',
|