Home
last modified time | relevance | path

Searched refs:fncnt (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dexchange.c49 int fncnt = 0, sparamfncnt = 0, gparamfncnt = 0; in evp_keyexch_from_algorithm() local
67 fncnt++; in evp_keyexch_from_algorithm()
73 fncnt++; in evp_keyexch_from_algorithm()
84 fncnt++; in evp_keyexch_from_algorithm()
90 fncnt++; in evp_keyexch_from_algorithm()
125 if (fncnt != 4 in evp_keyexch_from_algorithm()
H A Ddigest.c940 int fncnt = 0; in evp_md_from_algorithm() local
970 fncnt++; in evp_md_from_algorithm()
976 fncnt++; in evp_md_from_algorithm()
982 fncnt++; in evp_md_from_algorithm()
988 fncnt++; in evp_md_from_algorithm()
999 fncnt++; in evp_md_from_algorithm()
1034 if ((fncnt != 0 && fncnt != 5) in evp_md_from_algorithm()
1035 || (fncnt == 0 && md->digest == NULL)) { in evp_md_from_algorithm()
/third_party/openssl/crypto/evp/
H A Dexchange.c49 int fncnt = 0, sparamfncnt = 0, gparamfncnt = 0; in evp_keyexch_from_algorithm() local
67 fncnt++; in evp_keyexch_from_algorithm()
73 fncnt++; in evp_keyexch_from_algorithm()
84 fncnt++; in evp_keyexch_from_algorithm()
90 fncnt++; in evp_keyexch_from_algorithm()
125 if (fncnt != 4 in evp_keyexch_from_algorithm()
H A Ddigest.c940 int fncnt = 0; in evp_md_from_algorithm() local
970 fncnt++; in evp_md_from_algorithm()
976 fncnt++; in evp_md_from_algorithm()
982 fncnt++; in evp_md_from_algorithm()
988 fncnt++; in evp_md_from_algorithm()
999 fncnt++; in evp_md_from_algorithm()
1034 if ((fncnt != 0 && fncnt != 5) in evp_md_from_algorithm()
1035 || (fncnt == 0 && md->digest == NULL)) { in evp_md_from_algorithm()

Completed in 6 milliseconds