Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Devp_enc.c1522 int fnciphcnt = 0, fnctxcnt = 0; in evp_cipher_from_algorithm() local
1558 fnciphcnt++; in evp_cipher_from_algorithm()
1564 fnciphcnt++; in evp_cipher_from_algorithm()
1570 fnciphcnt++; in evp_cipher_from_algorithm()
1576 fnciphcnt++; in evp_cipher_from_algorithm()
1628 if ((fnciphcnt != 0 && fnciphcnt != 3 && fnciphcnt != 4) in evp_cipher_from_algorithm()
1629 || (fnciphcnt == 0 && cipher->ccipher == NULL) in evp_cipher_from_algorithm()