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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_rc4.c45 static const EVP_CIPHER r4_40_cipher = { variable
66 return &r4_40_cipher;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_rc4.c52 static const EVP_CIPHER r4_40_cipher = { variable
74 return &r4_40_cipher;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_openssl.c238 static EVP_CIPHER *r4_40_cipher = NULL; variable
241 if (r4_40_cipher == NULL) {
253 r4_40_cipher = cipher;
255 return r4_40_cipher;
259 EVP_CIPHER_meth_free(r4_40_cipher);
260 r4_40_cipher = NULL;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_openssl.c255 static EVP_CIPHER *r4_40_cipher = NULL; variable
258 if (r4_40_cipher == NULL) {
270 r4_40_cipher = cipher;
272 return r4_40_cipher;
276 EVP_CIPHER_meth_free(r4_40_cipher);
277 r4_40_cipher = NULL;

Completed in 176 milliseconds