Home
last modified time | relevance | path

Searched refs:lh_insert (Results 1 – 15 of 15) sorted by relevance

/external/openssl/crypto/
Dmem_dbg.c311 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()
Dex_data.c316 lh_insert(ex_data, gen); in def_get_class()
/external/openssl/crypto/lhash/
Dlh_test.c81 lh_insert(conf,p); in main()
Dlhash.h176 void *lh_insert(LHASH *lh, void *data);
Dlhash.c179 void *lh_insert(LHASH *lh, void *data) in lh_insert() function
/external/openssl/crypto/conf/
Dconf_api.c121 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()
Dconf_def.c431 vv=(CONF_VALUE *)lh_insert(conf->data,v); in def_load_bio()
/external/openssl/crypto/txt_db/
Dtxt_db.c238 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/
Dlhash.h176 void *lh_insert(LHASH *lh, void *data);
/external/openssl/crypto/engine/
Deng_table.c147 lh_insert(&(*table)->piles, fnd); in engine_table_register()
/external/openssl/crypto/objects/
Do_names.c203 ret=(OBJ_NAME *)lh_insert(names_lh,onp); in OBJ_NAME_add()
Dobj_dat.c255 aop=(ADDED_OBJ *)lh_insert(added,ao[i]); in OBJ_add_object()
/external/openssl/crypto/err/
Derr.c391 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/
Dopenssl.c511 lh_insert(ret,f); in prog_init()
/external/openssl/ssl/
Dssl_sess.c477 s=(SSL_SESSION *)lh_insert(ctx->sessions,c); in SSL_CTX_add_session()