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

/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/
H A Dtests.c25 load_key(const char *name) function
300 cert = load_key("no_" keybase ".cert"); \
307 cert = load_key("only_" keybase ".cert"); \
323 cert = load_key("all_permit.cert");
330 cert = load_key("no_permit.cert");
338 cert = load_key("force_command.cert");
347 cert = load_key("sourceaddr.cert");
359 cert = load_key(keybase ".cert"); \
386 cert = load_key(keyname ".cert"); \
/freebsd-13-stable/crypto/openssl/apps/
H A Dpkey.c147 pkey = load_key(infile, informat, 1, passin, e, "key");
H A Dspkac.c126 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL,
H A Ddsa.c159 pkey = load_key(infile, informat, 1, passin, e, "Private Key");
H A Dec.c187 pkey = load_key(infile, informat, 1, passin, e, "Private Key");
H A Drsa.c182 pkey = load_key(infile, informat, 1, passin, e, "Private Key");
H A Drsautl.c177 pkey = load_key(keyfile, keyformat, 0, passin, e, "Private Key");
H A Dsmime.c437 key = load_key(keyfile, keyform, 0, passin, e, "signing key file");
522 key = load_key(keyfile, keyform, 0, passin, e, "signing key file");
H A Dcrl.c230 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key");
H A Dpkcs8.c205 pkey = load_key(infile, informat, 1, passin, e, "key");
H A Dx509.c796 Upkey = load_key(keyfile, keyformat, 0,
807 CApkey = load_key(CAkeyfile, CAkeyformat,
826 pk = load_key(keyfile, keyformat, 0,
H A Dapps.h463 EVP_PKEY *load_key(const char *file, int format, int maybe_stdin,
H A Dpkeyutl.c387 pkey = load_key(keyfile, keyform, 0, passin, e, "Private Key");
H A Ddgst.c261 sigkey = load_key(keyfile, keyform, 0, passin, e, "key file");
H A Dcms.c726 key = load_key(keyfile, keyform, 0, passin, e, "signing key file");
932 key = load_key(keyfile, keyform, 0, passin, e, "signing key file");
H A Docsp.c572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL,
659 key = load_key(keyfile, FORMAT_PEM, 0, NULL, NULL,
H A Ds_cb.c1009 exc->key = load_key(exc->keyfile, exc->keyform,
1012 exc->key = load_key(exc->certfile, exc->certform,
H A Ds_server.c1662 s_key = load_key(s_key_file, s_key_format, 0, pass, engine,
1683 s_key2 = load_key(s_key_file2, s_key_format, 0, pass, engine,
1735 s_dkey = load_key(s_dkey_file, s_dkey_format,
H A Dpkcs12.c356 key = load_key(keyname ? keyname : infile,
H A Dreq.c563 pkey = load_key(keyfile, keyform, 0, passin, e, "Private Key");
565 /* load_key() has already printed an appropriate message */
H A Dapps.c715 EVP_PKEY *load_key(const char *file, int format, int maybe_stdin, function
H A Dca.c523 pkey = load_key(keyfile, keyformat, 0, key, e, "CA private key");
527 /* load_key() has already printed an appropriate message */
H A Ds_client.c1662 key = load_key(key_file, key_format, 0, pass, e,

Completed in 205 milliseconds