Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dkem.c264 int ctxfncnt = 0, encfncnt = 0, decfncnt = 0; in evp_kem_from_algorithm() local
301 decfncnt++; in evp_kem_from_algorithm()
307 decfncnt++; in evp_kem_from_algorithm()
352 || (decfncnt != 0 && decfncnt != 2) in evp_kem_from_algorithm()
353 || (encfncnt != 2 && decfncnt != 2) in evp_kem_from_algorithm()
Dasymcipher.c330 int ctxfncnt = 0, encfncnt = 0, decfncnt = 0; in evp_asym_cipher_from_algorithm() local
367 decfncnt++; in evp_asym_cipher_from_algorithm()
373 decfncnt++; in evp_asym_cipher_from_algorithm()
418 || (decfncnt != 0 && decfncnt != 2) in evp_asym_cipher_from_algorithm()
419 || (encfncnt != 2 && decfncnt != 2) in evp_asym_cipher_from_algorithm()