Searched refs:_hidden_aes_128_cbc (Results 1 – 4 of 4) sorted by relevance
/netbsd/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_dasync.c | 149 static EVP_CIPHER *_hidden_aes_128_cbc = NULL; variable 152 return _hidden_aes_128_cbc; in dasync_aes_128_cbc() 175 EVP_CIPHER_meth_free(_hidden_aes_128_cbc); in destroy_ciphers() 177 _hidden_aes_128_cbc = NULL; in destroy_ciphers() 239 _hidden_aes_128_cbc = EVP_CIPHER_meth_new(NID_aes_128_cbc, in bind_dasync() 242 if (_hidden_aes_128_cbc == NULL in bind_dasync() 244 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in bind_dasync() 249 || !EVP_CIPHER_meth_set_init(_hidden_aes_128_cbc, in bind_dasync() 255 || !EVP_CIPHER_meth_set_ctrl(_hidden_aes_128_cbc, in bind_dasync() 259 EVP_CIPHER_meth_free(_hidden_aes_128_cbc); in bind_dasync() [all …]
|
H A D | e_ossltest.c | 246 static EVP_CIPHER *_hidden_aes_128_cbc = NULL; variable 249 if (_hidden_aes_128_cbc == NULL in ossltest_aes_128_cbc() 253 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_128_cbc,16) in ossltest_aes_128_cbc() 254 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in ossltest_aes_128_cbc() 257 || !EVP_CIPHER_meth_set_init(_hidden_aes_128_cbc, in ossltest_aes_128_cbc() 259 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_128_cbc, in ossltest_aes_128_cbc() 263 EVP_CIPHER_meth_free(_hidden_aes_128_cbc); in ossltest_aes_128_cbc() 264 _hidden_aes_128_cbc = NULL; in ossltest_aes_128_cbc() 266 return _hidden_aes_128_cbc; in ossltest_aes_128_cbc() 300 EVP_CIPHER_meth_free(_hidden_aes_128_cbc); in destroy_ciphers() [all …]
|
/netbsd/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_dasync.c | 176 static EVP_CIPHER *_hidden_aes_128_cbc = NULL; variable 179 return _hidden_aes_128_cbc; in dasync_aes_128_cbc() 208 EVP_CIPHER_meth_free(_hidden_aes_128_cbc); in destroy_ciphers() 211 _hidden_aes_128_cbc = NULL; in destroy_ciphers() 280 _hidden_aes_128_cbc = EVP_CIPHER_meth_new(NID_aes_128_cbc, in bind_dasync() 283 if (_hidden_aes_128_cbc == NULL in bind_dasync() 285 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in bind_dasync() 290 || !EVP_CIPHER_meth_set_init(_hidden_aes_128_cbc, in bind_dasync() 296 || !EVP_CIPHER_meth_set_ctrl(_hidden_aes_128_cbc, in bind_dasync() 300 EVP_CIPHER_meth_free(_hidden_aes_128_cbc); in bind_dasync() [all …]
|
H A D | e_ossltest.c | 281 static EVP_CIPHER *_hidden_aes_128_cbc = NULL; variable 284 if (_hidden_aes_128_cbc == NULL in ossltest_aes_128_cbc() 288 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_128_cbc,16) in ossltest_aes_128_cbc() 289 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in ossltest_aes_128_cbc() 292 || !EVP_CIPHER_meth_set_init(_hidden_aes_128_cbc, in ossltest_aes_128_cbc() 294 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_128_cbc, in ossltest_aes_128_cbc() 298 EVP_CIPHER_meth_free(_hidden_aes_128_cbc); in ossltest_aes_128_cbc() 299 _hidden_aes_128_cbc = NULL; in ossltest_aes_128_cbc() 301 return _hidden_aes_128_cbc; in ossltest_aes_128_cbc() 367 EVP_CIPHER_meth_free(_hidden_aes_128_cbc); in destroy_ciphers() [all …]
|