Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dkem.c307 int gparamfncnt = 0, sparamfncnt = 0; in evp_kem_from_algorithm() local
379 gparamfncnt++; in evp_kem_from_algorithm()
386 gparamfncnt++; in evp_kem_from_algorithm()
408 || (gparamfncnt != 0 && gparamfncnt != 2) in evp_kem_from_algorithm()
H A Dexchange.c55 int fncnt = 0, sparamfncnt = 0, gparamfncnt = 0; in evp_keyexch_from_algorithm() local
107 gparamfncnt++; in evp_keyexch_from_algorithm()
114 gparamfncnt++; in evp_keyexch_from_algorithm()
132 || (gparamfncnt != 0 && gparamfncnt != 2) in evp_keyexch_from_algorithm()
H A Dasymcipher.c373 int gparamfncnt = 0, sparamfncnt = 0; in evp_asym_cipher_from_algorithm() local
433 gparamfncnt++; in evp_asym_cipher_from_algorithm()
440 gparamfncnt++; in evp_asym_cipher_from_algorithm()
462 || (gparamfncnt != 0 && gparamfncnt != 2) in evp_asym_cipher_from_algorithm()
H A Dsignature.c64 int gparamfncnt = 0, sparamfncnt = 0, gmdparamfncnt = 0, smdparamfncnt = 0; in evp_signature_from_algorithm() local
225 gparamfncnt++; in evp_signature_from_algorithm()
232 gparamfncnt++; in evp_signature_from_algorithm()
301 && ((gparamfncnt != 0 && gparamfncnt != 2) in evp_signature_from_algorithm()