Searched refs:alg (Results 1 – 1 of 1) sorted by relevance
602 # define fips_md_init(alg) fips_md_init_ctx(alg, alg) argument605 # define fips_md_init_ctx(alg, cx) \ argument606 int alg##_Init(cx##_CTX *c) \609 "Low level API call to digest " #alg " forbidden in FIPS mode!"); \610 return private_##alg##_Init(c); \612 int private_##alg##_Init(cx##_CTX *c)614 # define fips_cipher_abort(alg) \ argument616 "Low level API call to cipher " #alg " forbidden in FIPS mode!")619 # define fips_md_init_ctx(alg, cx) \ argument620 int alg##_Init(cx##_CTX *c)[all …]