Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp102 static int store_key(char *s, int len);
439 if (store_key(key_buffer, key_len)) { in do_whole_file()
687 if (store_key(s, len)) in possibly_store_key()
692 static int store_key(char *s, int len) in store_key() function