Home
last modified time | relevance | path

Searched refs:gparamfncnt (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/evp/
H A Dkem.c297 int gparamfncnt = 0, sparamfncnt = 0; in evp_kem_from_algorithm() local
369 gparamfncnt++; in evp_kem_from_algorithm()
376 gparamfncnt++; in evp_kem_from_algorithm()
398 || (gparamfncnt != 0 && gparamfncnt != 2) in evp_kem_from_algorithm()
H A Dasymcipher.c344 int gparamfncnt = 0, sparamfncnt = 0; in evp_asym_cipher_from_algorithm() local
404 gparamfncnt++; in evp_asym_cipher_from_algorithm()
411 gparamfncnt++; in evp_asym_cipher_from_algorithm()
433 || (gparamfncnt != 0 && gparamfncnt != 2) in evp_asym_cipher_from_algorithm()
H A Dexchange.c44 int fncnt = 0, sparamfncnt = 0, gparamfncnt = 0; in evp_keyexch_from_algorithm() local
96 gparamfncnt++; in evp_keyexch_from_algorithm()
103 gparamfncnt++; in evp_keyexch_from_algorithm()
121 || (gparamfncnt != 0 && gparamfncnt != 2) in evp_keyexch_from_algorithm()
H A Dsignature.c52 int gparamfncnt = 0, sparamfncnt = 0, gmdparamfncnt = 0, smdparamfncnt = 0; in evp_signature_from_algorithm() local
212 gparamfncnt++; in evp_signature_from_algorithm()
219 gparamfncnt++; in evp_signature_from_algorithm()
286 && ((gparamfncnt != 0 && gparamfncnt != 2) in evp_signature_from_algorithm()

Completed in 14 milliseconds