Home
last modified time | relevance | path

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

12

/third_party/openssl/demos/encode/
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()
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()
/third_party/node/deps/openssl/openssl/engines/
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/
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/
Dspkac.c149 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
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()
Ddsa.c185 pkey = load_key(infile, informat, 1, passin, e, "private key"); in dsa_main()
Dec.c182 eckey = load_key(infile, informat, 1, passin, e, "private key"); in ec_main()
Dpkey.c220 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
Drsautl.c191 pkey = load_key(keyfile, keyformat, 0, passin, e, "private key"); in rsautl_main()
Drsa.c253 pkey = load_key(infile, informat, 1, passin, e, "private key"); in rsa_main()
Dpkcs8.c226 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkcs8_main()
Dcrl.c268 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
/third_party/openssl/apps/
Dspkac.c149 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
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()
Ddsa.c185 pkey = load_key(infile, informat, 1, passin, e, "private key"); in dsa_main()
Dec.c182 eckey = load_key(infile, informat, 1, passin, e, "private key"); in ec_main()
Drsautl.c191 pkey = load_key(keyfile, keyformat, 0, passin, e, "private key"); in rsautl_main()
Dpkey.c220 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
Drsa.c253 pkey = load_key(infile, informat, 1, passin, e, "private key"); in rsa_main()
Dcrl.c268 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
Dpkcs8.c226 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkcs8_main()
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/include/
Dapps.h121 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin,
/third_party/node/deps/openssl/openssl/apps/include/
Dapps.h121 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin,

12