Searched refs:fnarg (Results 1 – 2 of 2) sorted by relevance
/openssl/include/internal/ |
H A D | property.h | 66 void (*fn)(int id, void *method, void *fnarg), 67 void *fnarg);
|
/openssl/crypto/property/ |
H A D | property.c | 460 void (*fn)(int id, void *method, void *fnarg), in alg_do_one() argument 461 void *fnarg) in alg_do_one() 463 fn(alg->nid, impl->method.method, fnarg); in alg_do_one() 474 void (*fn)(int id, void *method, void *fnarg), in ossl_method_store_do_all() argument 475 void *fnarg) in ossl_method_store_do_all() 501 alg_do_one(alg, sk_IMPLEMENTATION_value(alg->impls, j), fn, fnarg); in ossl_method_store_do_all()
|
Completed in 7 milliseconds