Home
last modified time | relevance | path

Searched refs:store_key (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/demos/encode/
H A Dec_encode.c101 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 Drsa_encode.c101 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 Dkex_fuzz.cc123 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);