Searched defs:FUNC (Results 1 – 4 of 4) sorted by relevance
/openssl/providers/ |
H A D | defltprov.c | 34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } argument 35 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
|
H A D | legacyprov.c | 30 #define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC } argument
|
/openssl/providers/fips/ |
H A D | fipsprov.c | 45 #define ALGC(NAMES, FUNC, CHECK) \ argument 47 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
|
/openssl/apps/ |
H A D | cmp.c | 701 #define FUNC (strcmp(OPENSSL_FUNC, "(unknown function)") == 0 \ macro
|
Completed in 33 milliseconds