Searched refs:vb (Results 1 – 2 of 2) sorted by relevance
330 vb.next = NULL; in snmp_receive()331 vb.prev = NULL; in snmp_receive()460 vb->value_len = 0; in snmp_process_varbind()511 struct snmp_varbind vb; in snmp_process_get_request() local519 if ((vb.type == SNMP_ASN1_TYPE_NULL) && (vb.value_len == 0)) { in snmp_process_get_request()547 struct snmp_varbind vb; in snmp_process_getnext_request() local555 if ((vb.type == SNMP_ASN1_TYPE_NULL) && (vb.value_len == 0)) { in snmp_process_getnext_request()587 struct snmp_varbind vb; in snmp_process_getbulk_request() local681 struct snmp_varbind vb; in snmp_process_set_request() local1868 struct snmp_varbind vb; in snmp_execute_write_callbacks() local[all …]
598 uint8x16_t va, vb, vc; in mbedtls_aesce_gcm_mult() local600 vb = vrbitq_u8(vld1q_u8(&b[0])); in mbedtls_aesce_gcm_mult()601 vc = vrbitq_u8(poly_mult_reduce(poly_mult_128(va, vb))); in mbedtls_aesce_gcm_mult()
Completed in 15 milliseconds