Searched refs:load_pubkey (Results 1 – 12 of 12) sorted by relevance
/external/openssl/crypto/engine/ |
D | eng_pkey.c | 68 e->load_pubkey = loadpub_f; in ENGINE_set_load_pubkey_function() 86 return e->load_pubkey; in ENGINE_get_load_pubkey_function() 152 if (!e->load_pubkey) in ENGINE_load_public_key() 158 pkey = e->load_pubkey(e, key_id, ui_method, callback_data); in ENGINE_load_public_key()
|
D | eng_list.c | 345 dest->load_pubkey = src->load_pubkey; in engine_cpy()
|
D | eng_int.h | 181 ENGINE_LOAD_KEY_PTR load_pubkey; member
|
D | eng_lib.c | 100 e->load_pubkey = NULL; in engine_set_all_null()
|
/external/openssl/apps/ |
D | pkeyutl.c | 442 pkey = load_pubkey(bio_err, keyfile, keyform, 0, in init_ctx() 524 peer = load_pubkey(bio_err, file, peerform, 0, NULL, NULL, "Peer Key"); in setup_peer()
|
D | pkey.c | 231 pkey = load_pubkey(bio_err, infile, informat, 1, in MAIN()
|
D | dsa.c | 274 pkey = load_pubkey(bio_err, infile, informat, 1, in MAIN()
|
D | rsautl.c | 206 pkey = load_pubkey(bio_err, keyfile, keyform, 0, in MAIN()
|
D | apps.h | 250 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
|
D | rsa.c | 286 pkey = load_pubkey(bio_err, infile, tmpformat, 1, in MAIN()
|
D | dgst.c | 349 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL, in MAIN()
|
D | apps.c | 955 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() function
|