Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A De_rc2.c49 # define RC2_40_MAGIC 0xa0 macro
111 return RC2_40_MAGIC; in rc2_meth_to_magic()
122 else if (i == RC2_40_MAGIC) in rc2_magic_to_meth()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc2.c23 #define RC2_40_MAGIC 0xa0 macro
70 return RC2_40_MAGIC; in rc2_keybits_to_magic()
83 case RC2_40_MAGIC: in rc2_magic_to_keybits()