Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_test.c4022 #define STR_ENDS_WITH(str, pre) \ macro
4103 if (STR_ENDS_WITH(name, "SCRYPT")) in is_kdf_disabled()
4132 if (STR_ENDS_WITH(name, "Poly1305")) in is_cipher_disabled()
4138 if (STR_ENDS_WITH(name, "3DESwrap")) in is_cipher_disabled()
4142 if (STR_ENDS_WITH(name, "OCB")) in is_cipher_disabled()
4166 if (STR_ENDS_WITH(name, "SIV")) in is_cipher_disabled()