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.c1006 int fncnt = 0; in evp_md_from_algorithm() local
1036 fncnt++; in evp_md_from_algorithm()
1042 fncnt++; in evp_md_from_algorithm()
1048 fncnt++; in evp_md_from_algorithm()
1054 fncnt++; in evp_md_from_algorithm()
1060 fncnt++; in evp_md_from_algorithm()
1071 fncnt++; in evp_md_from_algorithm()
1106 if ((fncnt != 0 && fncnt != 5 && fncnt != 6) in evp_md_from_algorithm()
1107 || (fncnt == 0 && md->digest == NULL)) { in evp_md_from_algorithm()

Completed in 11 milliseconds