Searched refs:sip24_update (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Modules/expat/ |
D | siphash.h | 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() function 273 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
|
D | xmlparse.c | 3488 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts() 3493 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts() 6712 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | siphash.h | 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() function 273 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
|
D | xmlparse.c | 3488 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts() 3493 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts() 6712 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
|
/third_party/expat/lib/ |
D | siphash.h | 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() function 273 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
|
D | xmlparse.c | 3567 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts() 3572 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts() 6897 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 519 sip24_update(&state, message, 4); in START_TEST() 520 sip24_update(&state, message + 4, len - 4); in START_TEST() 523 sip24_update(&state, message, 0); in START_TEST()
|
/third_party/expat/tests/ |
D | runtests.c | 519 sip24_update(&state, message, 4); in START_TEST() 520 sip24_update(&state, message + 4, len - 4); in START_TEST() 523 sip24_update(&state, message, 0); in START_TEST()
|