Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dhash-test-template.h204 struct HASH_CTX *guarded_ctx = buf_end - sizeof(*guarded_ctx); in test_hash_buffer_overruns() local
226 HASH_INIT(guarded_ctx); in test_hash_buffer_overruns()
227 HASH_UPDATE(guarded_ctx, test_buf, len); in test_hash_buffer_overruns()
228 HASH_FINAL(guarded_ctx, hash); in test_hash_buffer_overruns()

Completed in 4 milliseconds