Lines Matching refs:strcmp
202 if (strcmp(name, pairs->name) == 0) {
1472 OPENSSL_assert(strcmp(eddsa_choices[EdDSA_NUM - 1].name, "ed448") == 0);
1475 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0);
1478 OPENSSL_assert(strcmp(ecdsa_choices[ECDSA_NUM - 1].name, "ecdsabrp512t1") == 0);
1482 OPENSSL_assert(strcmp(sm2_choices[SM2_NUM - 1].name, "curveSM2") == 0);
1634 if (strcmp(algo, "des") == 0) {
1638 if (strcmp(algo, "sha") == 0) {
1643 if (strcmp(algo, "openssl") == 0) /* just for compatibility */
1678 if (strcmp(algo, "aes") == 0) {
1682 if (strcmp(algo, "camellia") == 0) {
1706 if (strcmp(algo, "eddsa") == 0) {
1715 if (strcmp(algo, "sm2") == 0) {