Home
last modified time | relevance | path

Searched refs:_hidden_aes_128_cbc_hmac_sha1 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/
H A 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...]
H A De_dasync.c200 static EVP_CIPHER *_hidden_aes_128_cbc_hmac_sha1 = NULL; variable
203 return _hidden_aes_128_cbc_hmac_sha1; in dasync_aes_128_cbc_hmac_sha1()
210 EVP_CIPHER_meth_free(_hidden_aes_128_cbc_hmac_sha1); in destroy_ciphers()
213 _hidden_aes_128_cbc_hmac_sha1 = NULL; in destroy_ciphers()
328 _hidden_aes_128_cbc_hmac_sha1 = EVP_CIPHER_meth_new( in bind_dasync()
332 if (_hidden_aes_128_cbc_hmac_sha1 == NULL in bind_dasync()
333 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_128_cbc_hmac_sha1,16) in bind_dasync()
334 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
340 || !EVP_CIPHER_meth_set_init(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
342 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
[all...]
/third_party/openssl/engines/
H A 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...]
H A De_dasync.c200 static EVP_CIPHER *_hidden_aes_128_cbc_hmac_sha1 = NULL; variable
203 return _hidden_aes_128_cbc_hmac_sha1; in dasync_aes_128_cbc_hmac_sha1()
210 EVP_CIPHER_meth_free(_hidden_aes_128_cbc_hmac_sha1); in destroy_ciphers()
213 _hidden_aes_128_cbc_hmac_sha1 = NULL; in destroy_ciphers()
328 _hidden_aes_128_cbc_hmac_sha1 = EVP_CIPHER_meth_new( in bind_dasync()
332 if (_hidden_aes_128_cbc_hmac_sha1 == NULL in bind_dasync()
333 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_128_cbc_hmac_sha1,16) in bind_dasync()
334 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
340 || !EVP_CIPHER_meth_set_init(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
342 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
[all...]

Completed in 7 milliseconds