Home
last modified time | relevance | path

Searched refs:load_key (Results 1 - 25 of 50) sorted by relevance

12

/third_party/openssl/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()
/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/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()
/third_party/node/deps/openssl/openssl/apps/
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 Dspkac.c149 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
H A Dpkey.c220 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
H A Drsautl.c191 pkey = load_key(keyfile, keyformat, 0, passin, e, "private key"); in rsautl_main()
H A Dsmime.c489 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_main()
581 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_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()
H A Drsa.c253 pkey = load_key(infile, informat, 1, passin, e, "private key"); in rsa_main()
H A Docsp.c607 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()
700 key = load_key(keyfile, FORMAT_UNDEF, 0, NULL, NULL, in ocsp_main()
/third_party/openssl/apps/
H A Drsautl.c191 pkey = load_key(keyfile, keyformat, 0, passin, e, "private key"); in rsautl_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 Dpkey.c220 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
H A Dspkac.c149 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
H A Dsmime.c488 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_main()
580 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_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()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h121 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin,
/third_party/openssl/apps/include/
H A Dapps.h121 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin,

Completed in 27 milliseconds

12