Home
last modified time | relevance | path

Searched refs:load_key (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/demos/encode/
H A Dec_encode.c29 static EVP_PKEY *load_key(OSSL_LIB_CTX *libctx, FILE *f, const char *passphrase) in load_key() function
189 pkey = load_key(libctx, stdin, passphrase_in); in main()
H A Drsa_encode.c29 static EVP_PKEY *load_key(OSSL_LIB_CTX *libctx, FILE *f, const char *passphrase) in load_key() function
186 pkey = load_key(libctx, stdin, passphrase_in); in main()
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dlargeblob.c165 load_key(const char *keyf, const char *cred_id64, const char *rp_id, in load_key() function
210 load_key(keyf, cred_id64, rp_id, path, dev, &pin, &key) < 0) in blob_set()
249 if (load_key(keyf, cred_id64, rp_id, path, dev, &pin, &key) < 0) in blob_get()
283 if (load_key(keyf, cred_id64, rp_id, path, dev, &pin, &key) < 0) in blob_delete()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_key.c146 TSS_BOOL* load_key, in load_key_init() argument
178 *load_key = FALSE; in load_key_init()
183 *load_key = TRUE; in load_key_init()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_ossltest.c376 static EVP_PKEY *load_key(ENGINE *eng, const char *key_id, int pub, in load_key() function
402 return load_key(eng, key_id, 0, ui_method, ui_data); in ossltest_load_privkey()
408 return load_key(eng, key_id, 1, ui_method, ui_data); in ossltest_load_pubkey()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspkac.c126 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
H A Dpkey.c147 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
H A Dsmime.c437 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in smime_main()
522 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in smime_main()
H A Ddsa.c159 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in dsa_main()
H A Drsautl.c177 pkey = load_key(keyfile, keyformat, 0, passin, e, "Private Key"); in rsautl_main()
H A Dec.c187 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in ec_main()
H A Drsa.c182 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in rsa_main()
H A Dx509.c798 Upkey = load_key(keyfile, keyformat, 0, in x509_main()
809 CApkey = load_key(CAkeyfile, CAkeyformat, in x509_main()
828 pk = load_key(keyfile, keyformat, 0, in x509_main()
H A Dcrl.c230 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
H A Dpkcs8.c205 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkcs8_main()
H A Dpkeyutl.c387 pkey = load_key(keyfile, keyform, 0, passin, e, "Private Key"); in init_ctx()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspkac.c149 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
H A Ddsa.c185 pkey = load_key(infile, informat, 1, passin, e, "private key"); in dsa_main()
H A Dec.c182 eckey = load_key(infile, informat, 1, passin, e, "private key"); in ec_main()
H A Drsautl.c191 pkey = load_key(keyfile, keyformat, 0, passin, e, "private key"); in rsautl_main()
H A Dpkey.c220 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
H A Drsa.c253 pkey = load_key(infile, informat, 1, passin, e, "private key"); in rsa_main()
H A Dcrl.c268 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
H A Dpkcs8.c226 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkcs8_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h121 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin,

12