Home
last modified time | relevance | path

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

/third_party/openssl/engines/
De_ossltest.c334 static EVP_CIPHER *_hidden_aes_128_cbc_hmac_sha1 = NULL; variable
338 if (_hidden_aes_128_cbc_hmac_sha1 == NULL in ossltest_aes_128_cbc_hmac_sha1()
339 && ((_hidden_aes_128_cbc_hmac_sha1 in ossltest_aes_128_cbc_hmac_sha1()
343 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_128_cbc_hmac_sha1,16) in ossltest_aes_128_cbc_hmac_sha1()
344 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
347 || !EVP_CIPHER_meth_set_init(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
349 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
351 || !EVP_CIPHER_meth_set_ctrl(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
353 || !EVP_CIPHER_meth_set_set_asn1_params(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
355 || !EVP_CIPHER_meth_set_get_asn1_params(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
[all …]
De_dasync.c186 static EVP_CIPHER *_hidden_aes_128_cbc_hmac_sha1 = NULL; variable
189 return _hidden_aes_128_cbc_hmac_sha1; in dasync_aes_128_cbc_hmac_sha1()
195 EVP_CIPHER_meth_free(_hidden_aes_128_cbc_hmac_sha1); in destroy_ciphers()
197 _hidden_aes_128_cbc_hmac_sha1 = NULL; in destroy_ciphers()
287 _hidden_aes_128_cbc_hmac_sha1 = EVP_CIPHER_meth_new( in bind_dasync()
291 if (_hidden_aes_128_cbc_hmac_sha1 == NULL in bind_dasync()
292 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_128_cbc_hmac_sha1,16) in bind_dasync()
293 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
299 || !EVP_CIPHER_meth_set_init(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
301 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
[all …]