Searched refs:load_pubkey (Results 1 – 9 of 9) sorted by relevance
/external/openssl/crypto/engine/ |
D | eng_pkey.c | 68 e->load_pubkey = loadpub_f; in ENGINE_set_load_pubkey_function() 79 return e->load_pubkey; in ENGINE_get_load_pubkey_function() 140 if (!e->load_pubkey) in ENGINE_load_public_key() 146 pkey = e->load_pubkey(e, key_id, ui_method, callback_data); in ENGINE_load_public_key()
|
D | eng_list.c | 344 dest->load_pubkey = src->load_pubkey; in engine_cpy()
|
D | eng_int.h | 171 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 | apps.h | 278 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
|
D | rsautl.c | 206 pkey = load_pubkey(bio_err, keyfile, keyform, 0, in MAIN()
|
D | rsa.c | 260 pkey = load_pubkey(bio_err, infile, in MAIN()
|
D | dgst.c | 326 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL, in MAIN()
|
D | apps.c | 923 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() function
|