Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
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 Dkem.c309 int gparamfncnt = 0, sparamfncnt = 0; in evp_kem_from_algorithm() local
381 gparamfncnt++; in evp_kem_from_algorithm()
388 gparamfncnt++; in evp_kem_from_algorithm()
410 || (gparamfncnt != 0 && gparamfncnt != 2) in evp_kem_from_algorithm()
H A Dasymcipher.c375 int gparamfncnt = 0, sparamfncnt = 0; in evp_asym_cipher_from_algorithm() local
435 gparamfncnt++; in evp_asym_cipher_from_algorithm()
442 gparamfncnt++; in evp_asym_cipher_from_algorithm()
464 || (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()