Searched refs:RC4_FLAGS (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4.c | 22 #define RC4_FLAGS PROV_CIPHER_FLAG_VARIABLE_LENGTH macro 119 IMPLEMENT_cipher(rc4, RC4, RC4_FLAGS, 40, 8, 0, stream) 121 IMPLEMENT_cipher(rc4, RC4, RC4_FLAGS, 128, 8, 0, stream)
|