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.c48 int ctxfncnt = 0; in evp_signature_from_algorithm() local
71 ctxfncnt++; in evp_signature_from_algorithm()
200 ctxfncnt++; in evp_signature_from_algorithm()
282 if (ctxfncnt != 2) in evp_signature_from_algorithm()

Completed in 17 milliseconds