Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
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()
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()