Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dmac_meth.c63 int fnmaccnt = 0, fnctxcnt = 0; in evp_mac_from_algorithm() local
82 fnctxcnt++; in evp_mac_from_algorithm()
93 fnctxcnt++; in evp_mac_from_algorithm()
149 || fnctxcnt != 2) { in evp_mac_from_algorithm()
H A Dkdf_meth.c64 int fnkdfcnt = 0, fnctxcnt = 0; in evp_kdf_from_algorithm() local
83 fnctxcnt++; in evp_kdf_from_algorithm()
94 fnctxcnt++; in evp_kdf_from_algorithm()
142 if (fnkdfcnt != 1 || fnctxcnt != 2) { in evp_kdf_from_algorithm()
H A Devp_rand.c123 int fnrandcnt = 0, fnctxcnt = 0, fnlockcnt = 0, fnenablelockcnt = 0; in evp_rand_from_algorithm() local
145 fnctxcnt++; in evp_rand_from_algorithm()
151 fnctxcnt++; in evp_rand_from_algorithm()
226 fnctxcnt++; in evp_rand_from_algorithm()
263 || fnctxcnt != 3 in evp_rand_from_algorithm()
H A Devp_enc.c1570 int fnciphcnt = 0, fnctxcnt = 0; in evp_cipher_from_algorithm() local
1600 fnctxcnt++; in evp_cipher_from_algorithm()
1635 fnctxcnt++; in evp_cipher_from_algorithm()
1678 || fnctxcnt != 2) { in evp_cipher_from_algorithm()

Completed in 12 milliseconds