Searched refs:_hidden_aes_256_ctr (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_dasync.c | 182 static EVP_CIPHER *_hidden_aes_256_ctr = NULL; variable 185 return _hidden_aes_256_ctr; in dasync_aes_256_ctr() 209 EVP_CIPHER_meth_free(_hidden_aes_256_ctr); in destroy_ciphers() 212 _hidden_aes_256_ctr = NULL; in destroy_ciphers() 304 _hidden_aes_256_ctr = EVP_CIPHER_meth_new(NID_aes_256_ctr, in bind_dasync() 307 if (_hidden_aes_256_ctr == NULL in bind_dasync() 308 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_256_ctr,16) in bind_dasync() 309 || !EVP_CIPHER_meth_set_flags(_hidden_aes_256_ctr, in bind_dasync() 314 || !EVP_CIPHER_meth_set_init(_hidden_aes_256_ctr, in bind_dasync() 316 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_256_ctr, in bind_dasync() [all...] |
/third_party/openssl/engines/ |
H A D | e_dasync.c | 182 static EVP_CIPHER *_hidden_aes_256_ctr = NULL; variable 185 return _hidden_aes_256_ctr; in dasync_aes_256_ctr() 209 EVP_CIPHER_meth_free(_hidden_aes_256_ctr); in destroy_ciphers() 212 _hidden_aes_256_ctr = NULL; in destroy_ciphers() 304 _hidden_aes_256_ctr = EVP_CIPHER_meth_new(NID_aes_256_ctr, in bind_dasync() 307 if (_hidden_aes_256_ctr == NULL in bind_dasync() 308 || !EVP_CIPHER_meth_set_iv_length(_hidden_aes_256_ctr,16) in bind_dasync() 309 || !EVP_CIPHER_meth_set_flags(_hidden_aes_256_ctr, in bind_dasync() 314 || !EVP_CIPHER_meth_set_init(_hidden_aes_256_ctr, in bind_dasync() 316 || !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_256_ctr, in bind_dasync() [all...] |
Completed in 3 milliseconds