HomeSort by: relevance | last modified time | path
    Searched refs:is_cipher_disabled (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 89 static int is_cipher_disabled(const char *name);
555 if (is_cipher_disabled(alg)) {
1339 if (expected->alg != NULL && is_cipher_disabled(expected->alg)) {
1449 if (is_cipher_disabled(expected->alg))
1779 if (is_digest_disabled(p) || is_cipher_disabled(p)) {
2798 && is_cipher_disabled(p)) {
4112 static int is_cipher_disabled(const char *name) function
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 102 static int is_cipher_disabled(const char *name);
934 if (is_cipher_disabled(alg)) {
1778 if (expected->alg != NULL && is_cipher_disabled(expected->alg)) {
1900 if (is_cipher_disabled(expected->alg))
2594 if (is_digest_disabled(p) || is_cipher_disabled(p)) {
2619 if (is_digest_disabled(p) || is_cipher_disabled(p)) {
3944 && is_cipher_disabled(p)) {
5557 static int is_cipher_disabled(const char *name) function

Completed in 33 milliseconds