Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Dkdf_meth.c65 int fnkdfcnt = 0, fnctxcnt = 0; in evp_kdf_from_algorithm() local
84 fnctxcnt++; in evp_kdf_from_algorithm()
95 fnctxcnt++; in evp_kdf_from_algorithm()
143 if (fnkdfcnt != 1 || fnctxcnt != 2) { in evp_kdf_from_algorithm()
A Dmac_meth.c57 int fnmaccnt = 0, fnctxcnt = 0; in evp_mac_from_algorithm() local
76 fnctxcnt++; in evp_mac_from_algorithm()
87 fnctxcnt++; in evp_mac_from_algorithm()
143 || fnctxcnt != 2) { in evp_mac_from_algorithm()
A Devp_rand.c121 int fnrandcnt = 0, fnctxcnt = 0, fnlockcnt = 0, fnenablelockcnt = 0; in evp_rand_from_algorithm() local
143 fnctxcnt++; in evp_rand_from_algorithm()
149 fnctxcnt++; in evp_rand_from_algorithm()
224 fnctxcnt++; in evp_rand_from_algorithm()
251 || fnctxcnt != 3 in evp_rand_from_algorithm()
A Devp_enc.c1467 int fnciphcnt = 0, fnctxcnt = 0; in evp_cipher_from_algorithm() local
1497 fnctxcnt++; in evp_cipher_from_algorithm()
1532 fnctxcnt++; in evp_cipher_from_algorithm()
1575 || fnctxcnt != 2) { in evp_cipher_from_algorithm()

Completed in 10 milliseconds