Searched refs:keyout (Results 1 – 9 of 9) sorted by relevance
/external/openssl/apps/ |
D | CA.sh | 86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS 92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS 98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS 130 $REQ -new -keyout ${CATOP}/private/$CAKEY \
|
D | req.c | 175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; in MAIN() local 280 keyout= *(++argv); in MAIN() 710 if (keyout == NULL) in MAIN() 712 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE); in MAIN() 713 if (keyout == NULL) in MAIN() 717 if (keyout == NULL) in MAIN() 730 BIO_printf(bio_err,"writing new private key to '%s'\n",keyout); in MAIN() 731 if (BIO_write_filename(out,keyout) <= 0) in MAIN() 733 perror(keyout); in MAIN() 982 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0)) in MAIN()
|
/external/openssl/android.testssl/ |
D | testssl.sh | 57 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new 65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
|
/external/openssl/patches/ |
D | testssl.sh | 57 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new 65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | des.c | 257 static void cookey(const u32 *raw1, u32 *keyout) in cookey() argument 277 os_memcpy(keyout, dough, sizeof(dough)); in cookey() 281 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey() argument 322 cookey(kn, keyout); in deskey()
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 249 static void cookey(const u32 *raw1, u32 *keyout) in cookey() argument 269 os_memcpy(keyout, dough, sizeof(dough)); in cookey() 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey() argument 314 cookey(kn, keyout); in deskey()
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | des.c | 1303 static void cookey(const ulong32 *raw1, ulong32 *keyout); 1306 static void _deskey(const unsigned char *key, short edf, ulong32 *keyout) in _deskey() argument 1308 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) in _deskey() 1354 cookey(kn, keyout); in _deskey() 1358 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) in deskey() argument 1360 _deskey(key, edf, keyout); in deskey() 1366 static void _cookey(const ulong32 *raw1, ulong32 *keyout) in _cookey() argument 1368 static void cookey(const ulong32 *raw1, ulong32 *keyout) in _cookey() 1390 XMEMCPY(keyout, dough, sizeof dough); in _cookey() 1394 static void cookey(const ulong32 *raw1, ulong32 *keyout) in cookey() argument [all …]
|
/external/openssl/ |
D | README.android | 70 …ubj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /sdcard/server.pem…
|
/external/openssh/ |
D | monitor.c | 123 u_char *keyout; member 1754 packet_set_keycontext(MODE_OUT, child_state.keyout); in monitor_apply_keystate() 1755 xfree(child_state.keyout); in monitor_apply_keystate() 1886 child_state.keyout = buffer_get_string(&m, &child_state.keyoutlen); in mm_get_keystate()
|