Home
last modified time | relevance | path

Searched refs:ctxfncnt (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/evp/
Dkem.c264 int ctxfncnt = 0, encfncnt = 0, decfncnt = 0; in evp_kem_from_algorithm() local
283 ctxfncnt++; in evp_kem_from_algorithm()
313 ctxfncnt++; in evp_kem_from_algorithm()
350 if (ctxfncnt != 2 in evp_kem_from_algorithm()
Dasymcipher.c330 int ctxfncnt = 0, encfncnt = 0, decfncnt = 0; in evp_asym_cipher_from_algorithm() local
349 ctxfncnt++; in evp_asym_cipher_from_algorithm()
379 ctxfncnt++; in evp_asym_cipher_from_algorithm()
416 if (ctxfncnt != 2 in evp_asym_cipher_from_algorithm()
Dsignature.c49 int ctxfncnt = 0, signfncnt = 0, verifyfncnt = 0, verifyrecfncnt = 0; in evp_signature_from_algorithm() local
69 ctxfncnt++; in evp_signature_from_algorithm()
165 ctxfncnt++; in evp_signature_from_algorithm()
230 if (ctxfncnt != 2 in evp_signature_from_algorithm()