Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Devp_enc.c1710 int fnciphcnt = 0, fnpipecnt = 0, fnctxcnt = 0; in evp_cipher_from_algorithm() local
1775 fnpipecnt++; in evp_cipher_from_algorithm()
1781 fnpipecnt++; in evp_cipher_from_algorithm()
1787 fnpipecnt++; in evp_cipher_from_algorithm()
1793 fnpipecnt++; in evp_cipher_from_algorithm()
1841 || (fnciphcnt == 0 && cipher->ccipher == NULL && fnpipecnt == 0) in evp_cipher_from_algorithm()
1842 || (fnpipecnt != 0 && (fnpipecnt < 3 || cipher->p_cupdate == NULL in evp_cipher_from_algorithm()

Completed in 13 milliseconds