Searched refs:ep (Results 1 – 3 of 3) sorted by relevance
/openssl-master/apps/ |
A D | rehash.c | 145 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() 175 bp->last_entry = ep; in add_entry() 343 HENTRY *ep, *nextep; in do_dir() local 401 for (ep = bp->first_entry; ep; ep = ep->next) in do_dir() [all …]
|
/openssl-master/crypto/ec/ |
A D | ec_ameth.c | 168 unsigned char *ep, *p; in eckey_priv_encode() local 192 ep = OPENSSL_malloc(eplen); in eckey_priv_encode() 193 if (ep == NULL) { in eckey_priv_encode() 197 p = ep; in eckey_priv_encode() 199 OPENSSL_free(ep); in eckey_priv_encode() 205 ptype, pval, ep, eplen)) { in eckey_priv_encode() 206 OPENSSL_free(ep); in eckey_priv_encode()
|
/openssl-master/crypto/asn1/ |
A D | asn1_parse.c | 97 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()
|
Completed in 7 milliseconds