Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dkem.c307 int ctxfncnt = 0, encfncnt = 0, decfncnt = 0; in evp_kem_from_algorithm() local
326 ctxfncnt++; in evp_kem_from_algorithm()
368 ctxfncnt++; in evp_kem_from_algorithm()
405 if (ctxfncnt != 2 in evp_kem_from_algorithm()
H A Dasymcipher.c371 int ctxfncnt = 0, encfncnt = 0, decfncnt = 0; in evp_asym_cipher_from_algorithm() local
390 ctxfncnt++; in evp_asym_cipher_from_algorithm()
420 ctxfncnt++; in evp_asym_cipher_from_algorithm()
457 if (ctxfncnt != 2 in evp_asym_cipher_from_algorithm()
H A Dsignature.c60 int ctxfncnt = 0; in evp_signature_from_algorithm() local
84 ctxfncnt++; in evp_signature_from_algorithm()
213 ctxfncnt++; in evp_signature_from_algorithm()
295 if (ctxfncnt != 2) { in evp_signature_from_algorithm()