Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
Deng_openssl.c255 static EVP_CIPHER *r4_40_cipher = NULL; variable
258 if (r4_40_cipher == NULL) { in test_r4_40_cipher()
270 r4_40_cipher = cipher; in test_r4_40_cipher()
272 return r4_40_cipher; in test_r4_40_cipher()
276 EVP_CIPHER_meth_free(r4_40_cipher); in test_r4_40_cipher_destroy()
277 r4_40_cipher = NULL; in test_r4_40_cipher_destroy()
/third_party/openssl/crypto/evp/
De_rc4.c52 static const EVP_CIPHER r4_40_cipher = { variable
74 return &r4_40_cipher; in EVP_rc4_40()