Searched refs:ep (Results 1 – 3 of 3) sorted by relevance
/openssl/apps/ |
H A D | rehash.c | 143 for (ep = bp->first_entry; ep; ep = ep->next) { in add_entry() 152 found = ep; in add_entry() 157 ep = found; in add_entry() 158 if (ep == NULL) { in add_entry() 165 ep = app_malloc(sizeof(*ep), "collision bucket"); in add_entry() 166 *ep = nilhentry; in add_entry() 167 ep->old_id = ~0; in add_entry() 171 ep = NULL; in add_entry() 352 HENTRY *ep, *nextep; in do_dir() local 419 for (ep = bp->first_entry; ep; ep = ep->next) in do_dir() [all …]
|
/openssl/crypto/asn1/ |
H 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()
|
/openssl/crypto/ec/ |
H A D | ec_ameth.c | 165 unsigned char *ep = NULL; in eckey_priv_encode() local 184 eplen = i2d_ECPrivateKey(&ec_key, &ep); in eckey_priv_encode() 191 ptype, pval, ep, eplen)) { in eckey_priv_encode() 193 OPENSSL_clear_free(ep, eplen); in eckey_priv_encode()
|
Completed in 9 milliseconds