Home
last modified time | relevance | path

Searched defs:algorithm_data_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dcore_algorithm.c16 struct algorithm_data_st { struct
17 OSSL_LIB_CTX *libctx;
18 int operation_id; /* May be zero for finding them all */
19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data,
21 int (*reserve_store)(int no_store, void *data);
45 struct algorithm_data_st *data = cbdata; in algorithm_do_map() argument