Home | History | Annotate | Download | only in fips

Lines Matching refs:NAMES

22 #include "prov/names.h"
47 #define ALGC(NAMES, FUNC, CHECK) \
48 { { NAMES, FIPS_DEFAULT_PROPERTIES, FUNC }, CHECK }
49 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL)
249 * For the algorithm names, we use the following formula for our primary
250 * names:
268 * We add diverse other names where applicable, such as the names that
269 * NIST uses, or that are used for ASN.1 OBJECT IDENTIFIERs, or names
273 /* Our primary name:NiST name[:our older names] */
305 /* Our primary name[:ASN.1 OID name][:our older names] */
733 * internal name. This is how symbol names are treated by default
735 * of libfips, and we build our libraries with mixed case symbol names,
739 #pragma names save
740 #pragma names uppercase, truncated
744 #pragma names restore