Home
last modified time | relevance | path

Searched refs:thismap (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dcore_algorithm.c74 const OSSL_ALGORITHM *thismap; in algorithm_do_map() local
76 for (thismap = map; thismap->algorithm_names != NULL; thismap++) in algorithm_do_map()
77 data->fn(provider, thismap, no_store, data->data); in algorithm_do_map()