Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A De_rc2.c51 # define RC2_128_MAGIC 0x3a macro
107 return RC2_128_MAGIC; in rc2_meth_to_magic()
118 if (i == RC2_128_MAGIC) in rc2_magic_to_meth()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc2.c25 #define RC2_128_MAGIC 0x3a macro
66 return RC2_128_MAGIC; in rc2_keybits_to_magic()
79 case RC2_128_MAGIC: in rc2_magic_to_keybits()