Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/crypto/
Dcrypto_user01.c45 #define check_for_leaks(name, field) \ macro
54 check_for_leaks("crypto_report_larval::type", p->type); in validate_attr()
60 check_for_leaks("crypto_report_hash::type", p->type); in validate_attr()
66 check_for_leaks("crypto_report_blkcipher::type", p->type); in validate_attr()
67 check_for_leaks("crypto_report_blkcipher::geniv", p->geniv); in validate_attr()
73 check_for_leaks("crypto_report_aead::type", p->type); in validate_attr()
74 check_for_leaks("crypto_report_aead::geniv", p->geniv); in validate_attr()
80 check_for_leaks("crypto_report_comp::type", p->type); in validate_attr()
86 check_for_leaks("crypto_report_rng::type", p->type); in validate_attr()
92 check_for_leaks("crypto_report_cipher::type", p->type); in validate_attr()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample10_unittest.cc110 bool check_for_leaks = false; in main() local
112 check_for_leaks = true; in main()
119 if (check_for_leaks) { in main()
/external/googletest/googletest/samples/
Dsample10_unittest.cc110 bool check_for_leaks = false; in main() local
112 check_for_leaks = true; in main()
119 if (check_for_leaks) { in main()