Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dkem.c296 int ctxfncnt = 0, encfncnt = 0, decfncnt = 0; in evp_kem_from_algorithm() local
315 ctxfncnt++; in evp_kem_from_algorithm()
357 ctxfncnt++; in evp_kem_from_algorithm()
394 if (ctxfncnt != 2 in evp_kem_from_algorithm()
H A Dasymcipher.c343 int ctxfncnt = 0, encfncnt = 0, decfncnt = 0; in evp_asym_cipher_from_algorithm() local
362 ctxfncnt++; in evp_asym_cipher_from_algorithm()
392 ctxfncnt++; in evp_asym_cipher_from_algorithm()
429 if (ctxfncnt != 2 in evp_asym_cipher_from_algorithm()
H A Dsignature.c45 int ctxfncnt = 0, signfncnt = 0, verifyfncnt = 0, verifyrecfncnt = 0; in evp_signature_from_algorithm() local
65 ctxfncnt++; in evp_signature_from_algorithm()
161 ctxfncnt++; in evp_signature_from_algorithm()
226 if (ctxfncnt != 2 in evp_signature_from_algorithm()

Completed in 13 milliseconds