Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Devp_enc.c1570 int fnciphcnt = 0, fnctxcnt = 0; in evp_cipher_from_algorithm() local
1606 fnciphcnt++; in evp_cipher_from_algorithm()
1612 fnciphcnt++; in evp_cipher_from_algorithm()
1618 fnciphcnt++; in evp_cipher_from_algorithm()
1624 fnciphcnt++; in evp_cipher_from_algorithm()
1676 if ((fnciphcnt != 0 && fnciphcnt != 3 && fnciphcnt != 4) in evp_cipher_from_algorithm()
1677 || (fnciphcnt == 0 && cipher->ccipher == NULL) in evp_cipher_from_algorithm()

Completed in 7 milliseconds