Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H 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()
H A Dmac_meth.c66 int fnmaccnt = 0, fnctxcnt = 0; in evp_mac_from_algorithm() local
85 fnctxcnt++; in evp_mac_from_algorithm()
96 fnctxcnt++; in evp_mac_from_algorithm()
152 || fnctxcnt != 2) { in evp_mac_from_algorithm()
H 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()
H A Devp_enc.c1527 int fnciphcnt = 0, fnctxcnt = 0; in evp_cipher_from_algorithm() local
1557 fnctxcnt++; in evp_cipher_from_algorithm()
1592 fnctxcnt++; in evp_cipher_from_algorithm()
1635 || fnctxcnt != 2) { in evp_cipher_from_algorithm()