Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A De_rc4.c37 static const EVP_CIPHER r4_cipher = { variable
69 return &r4_cipher; in EVP_rc4()
/openssl/crypto/engine/
H A Deng_openssl.c230 static EVP_CIPHER *r4_cipher = NULL; variable
233 if (r4_cipher == NULL) { in test_r4_cipher()
245 r4_cipher = cipher; in test_r4_cipher()
247 return r4_cipher; in test_r4_cipher()
251 EVP_CIPHER_meth_free(r4_cipher); in test_r4_cipher_destroy()
252 r4_cipher = NULL; in test_r4_cipher_destroy()

Completed in 8 milliseconds