Home
last modified time | relevance | path

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

/openssl/test/
H A Devent_queue_test.c74 || !TEST_ptr_null(ep)) in event_test()
78 || !TEST_ptr_eq(ep, e2)) in event_test()
80 ossl_event_free(ep); in event_test()
81 ep = e2 = NULL; in event_test()
83 || !TEST_ptr_null(ep)) in event_test()
90 ossl_event_free(ep); in event_test()
91 ep = NULL; in event_test()
95 ossl_event_free(ep); in event_test()
96 ep = e1 = NULL; in event_test()
98 || !TEST_ptr_null(ep)) in event_test()
[all …]
/openssl/apps/
H A Drehash.c145 for (ep = bp->first_entry; ep; ep = ep->next) { in add_entry()
154 found = ep; in add_entry()
159 ep = found; in add_entry()
160 if (ep == NULL) { in add_entry()
167 ep = app_malloc(sizeof(*ep), "collision bucket"); in add_entry()
168 *ep = nilhentry; in add_entry()
169 ep->old_id = ~0; in add_entry()
173 ep = NULL; in add_entry()
349 HENTRY *ep, *nextep; in do_dir() local
407 for (ep = bp->first_entry; ep; ep = ep->next) in do_dir()
[all …]
/openssl/crypto/asn1/
H A Dasn1_parse.c97 const unsigned char *p, *ep, *tot, *op, *opp; in asn1_parse2() local
134 ep = p + len; in asn1_parse2()
156 while (p < ep) { in asn1_parse2()
/openssl/crypto/ec/
H A Dec_ameth.c168 unsigned char *ep = NULL; in eckey_priv_encode() local
187 eplen = i2d_ECPrivateKey(&ec_key, &ep); in eckey_priv_encode()
195 ptype, pval, ep, eplen)) { in eckey_priv_encode()
198 OPENSSL_clear_free(ep, eplen); in eckey_priv_encode()

Completed in 15 milliseconds