Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/self_check/
H A Dfips.c39 static const char kApprovedAlgorithms[][13] = { in FIPS_query_algorithm_status() local
62 for (size_t i = 0; i < OPENSSL_ARRAY_SIZE(kApprovedAlgorithms); i++) { in FIPS_query_algorithm_status()
63 if (strcmp(algorithm, kApprovedAlgorithms[i]) == 0) { in FIPS_query_algorithm_status()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/self_check/
H A Dfips.c39 static const char kApprovedAlgorithms[][13] = { in FIPS_query_algorithm_status() local
62 for (size_t i = 0; i < OPENSSL_ARRAY_SIZE(kApprovedAlgorithms); i++) { in FIPS_query_algorithm_status()
63 if (strcmp(algorithm, kApprovedAlgorithms[i]) == 0) { in FIPS_query_algorithm_status()