Searched refs:lh_insert (Results 1 – 15 of 15) sorted by relevance
/external/openssl/crypto/ |
D | mem_dbg.c | 311 lh_insert(amih,(char *)next); in pop_info() 364 if ((amim=(APP_INFO *)lh_insert(amih,(char *)ami)) != NULL) in CRYPTO_push_info_() 486 if ((mm=(MEM *)lh_insert(mh,(char *)m)) != NULL) in CRYPTO_dbg_malloc() 580 lh_insert(mh,(char *)mp); in CRYPTO_dbg_realloc()
|
D | ex_data.c | 316 lh_insert(ex_data, gen); in def_get_class()
|
/external/openssl/crypto/lhash/ |
D | lh_test.c | 81 lh_insert(conf,p); in main()
|
D | lhash.h | 176 void *lh_insert(LHASH *lh, void *data);
|
D | lhash.c | 179 void *lh_insert(LHASH *lh, void *data) in lh_insert() function
|
/external/openssl/crypto/conf/ |
D | conf_api.c | 121 v = (CONF_VALUE *)lh_insert(conf->data, value); in _CONF_add_string() 295 vv=(CONF_VALUE *)lh_insert(conf->data,v); in _CONF_new_section()
|
D | conf_def.c | 431 vv=(CONF_VALUE *)lh_insert(conf->data,v); in def_load_bio()
|
/external/openssl/crypto/txt_db/ |
D | txt_db.c | 238 if ((r=lh_insert(idx,r)) != NULL) in TXT_DB_create_index() 335 lh_insert(db->index[i],row); in TXT_DB_insert()
|
/external/openssl/include/openssl/ |
D | lhash.h | 176 void *lh_insert(LHASH *lh, void *data);
|
/external/openssl/crypto/engine/ |
D | eng_table.c | 147 lh_insert(&(*table)->piles, fnd); in engine_table_register()
|
/external/openssl/crypto/objects/ |
D | o_names.c | 203 ret=(OBJ_NAME *)lh_insert(names_lh,onp); in OBJ_NAME_add()
|
D | obj_dat.c | 255 aop=(ADDED_OBJ *)lh_insert(added,ao[i]); in OBJ_add_object()
|
/external/openssl/crypto/err/ |
D | err.c | 391 p = (ERR_STRING_DATA *)lh_insert(hash, d); in int_err_set_item() 486 p = (ERR_STATE *)lh_insert(hash, d); in int_thread_set_item()
|
/external/openssl/apps/ |
D | openssl.c | 511 lh_insert(ret,f); in prog_init()
|
/external/openssl/ssl/ |
D | ssl_sess.c | 477 s=(SSL_SESSION *)lh_insert(ctx->sessions,c); in SSL_CTX_add_session()
|