Searched refs:store_key (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/demos/encode/ |
H A D | ec_encode.c | 101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key() function 195 if (store_key(pkey, stdout, passphrase_out) == 0) { in main()
|
H A D | rsa_encode.c | 101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key() function 192 if (store_key(pkey, stdout, passphrase_out) == 0) { in main()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | kex_fuzz.cc | 123 store_key(struct shared_state *st, struct sshkey *pubkey, in store_key() function 293 store_key(st, pubkey, privkey); in prepare_key() 314 store_key(st, pubkey, privkey);
|