Searched refs:hpos (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_write.c | 434 u8 hash[100], *hpos; in tls_write_client_certificate_verify() local 472 hpos = hash; in tls_write_client_certificate_verify() 478 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_write_client_certificate_verify() 511 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_write_client_certificate_verify() 520 hpos += MD5_MAC_LEN; in tls_write_client_certificate_verify() 527 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
|
D | tlsv1_server_read.c | 773 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos, *buf; in tls_process_certificate_verify() local 841 hpos = hash; in tls_process_certificate_verify() 873 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_process_certificate_verify() 887 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_process_certificate_verify() 896 hpos += MD5_MAC_LEN; in tls_process_certificate_verify() 903 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 839 struct ureg hpos = register_output( p, VERT_RESULT_HPOS ); in build_hpos() local 845 emit_matrix_transform_vec4( p, hpos, mvp, pos ); in build_hpos() 850 emit_transpose_matrix_transform_vec4( p, hpos, mvp, pos ); in build_hpos()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | ffvertex_prog.c | 839 struct ureg hpos = register_output( p, VERT_RESULT_HPOS ); in build_hpos() local 845 emit_matrix_transform_vec4( p, hpos, mvp, pos ); in build_hpos() 850 emit_transpose_matrix_transform_vec4( p, hpos, mvp, pos ); in build_hpos()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 1066 struct nvfx_reg hpos = nvfx_reg(NVFXSR_OUTPUT, in _nvfx_vertprog_translate() local 1070 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none)); in _nvfx_vertprog_translate()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 1066 struct nvfx_reg hpos = nvfx_reg(NVFXSR_OUTPUT, in _nvfx_vertprog_translate() local 1070 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none)); in _nvfx_vertprog_translate()
|
/external/bison/ |
D | ChangeLog-1998 | 901 hpos.
|