Searched refs:fnarg (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/property/ |
D | property.c | 466 void (*fn)(int id, void *method, void *fnarg), in alg_do_one() argument 467 void *fnarg) in alg_do_one() 469 fn(alg->nid, impl->method.method, fnarg); in alg_do_one() 473 void (*fn)(int id, void *method, void *fnarg); 474 void *fnarg; member 485 alg_do_one(alg, impl, data->fn, data->fnarg); in alg_do_each() 490 void (*fn)(int id, void *method, void *fnarg), in ossl_method_store_do_all() argument 491 void *fnarg) in ossl_method_store_do_all() 496 data.fnarg = fnarg; in ossl_method_store_do_all()
|
/third_party/openssl/include/internal/ |
D | property.h | 66 void (*fn)(int id, void *method, void *fnarg), 67 void *fnarg);
|