Searched refs:TERP (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/test/radix/ |
| H A D | terp.c | 69 typedef struct terp_st TERP; typedef 89 TERP *terp; 103 static ossl_inline int TERP_stk_pop(TERP *terp, 524 int (*per_op_cb)(TERP *terp, void *arg); 544 static int TERP_init(TERP *terp, in TERP_init() 571 static void TERP_cleanup(TERP *terp) in TERP_cleanup() 581 static int TERP_stk_ensure_capacity(TERP *terp, size_t spare) in TERP_stk_ensure_capacity() 602 static ossl_inline int TERP_stk_push(TERP *terp, in TERP_stk_push() 613 static ossl_inline int TERP_stk_pop(TERP *terp, in TERP_stk_pop() 624 static void TERP_print_stack(TERP *terp, BIO *bio, const char *header) in TERP_print_stack() [all …]
|
| H A D | README.md | 103 - **TERP** ([terp.c](./terp.c)), a protocol-agnostic stack-based script 110 test operations for TERP which can be invoked by QUIC unit tests on top of the
|
| H A D | quic_bindings.c | 657 static int do_per_op(TERP *terp, void *arg) in do_per_op()
|