Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Devp_enc.c1527 int fnciphcnt = 0, fnctxcnt = 0; in evp_cipher_from_algorithm() local
1563 fnciphcnt++; in evp_cipher_from_algorithm()
1569 fnciphcnt++; in evp_cipher_from_algorithm()
1575 fnciphcnt++; in evp_cipher_from_algorithm()
1581 fnciphcnt++; in evp_cipher_from_algorithm()
1633 if ((fnciphcnt != 0 && fnciphcnt != 3 && fnciphcnt != 4) in evp_cipher_from_algorithm()
1634 || (fnciphcnt == 0 && cipher->ccipher == NULL) in evp_cipher_from_algorithm()