Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dexchange.c44 int fncnt = 0, sparamfncnt = 0, gparamfncnt = 0; in evp_keyexch_from_algorithm() local
62 fncnt++; in evp_keyexch_from_algorithm()
68 fncnt++; in evp_keyexch_from_algorithm()
79 fncnt++; in evp_keyexch_from_algorithm()
85 fncnt++; in evp_keyexch_from_algorithm()
120 if (fncnt != 4 in evp_keyexch_from_algorithm()
H A Ddigest.c1020 int fncnt = 0; in evp_md_from_algorithm() local
1050 fncnt++; in evp_md_from_algorithm()
1056 fncnt++; in evp_md_from_algorithm()
1062 fncnt++; in evp_md_from_algorithm()
1068 fncnt++; in evp_md_from_algorithm()
1074 fncnt++; in evp_md_from_algorithm()
1085 fncnt++; in evp_md_from_algorithm()
1125 if ((fncnt != 0 && fncnt != 5 && fncnt != 6) in evp_md_from_algorithm()
1126 || (fncnt == 0 && md->digest == NULL)) { in evp_md_from_algorithm()

Completed in 9 milliseconds